Commit 4eb5414 1 parent 18da78b commit 4eb5414 Copy full SHA for 4eb5414
File tree 4 files changed +12
-8
lines changed
4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ include
10
10
.Python
11
11
docs /_build
12
12
build /
13
+ .tox
Original file line number Diff line number Diff line change 1
1
language : python
2
- python :
3
- - " 2.6"
4
- - " 2.7"
5
- - " 3.2"
6
- - " 3.3"
2
+ python : 2.7
7
3
8
- install : " pip install -r dev_requirements.txt"
4
+ env :
5
+ - TOX_ENV=py26
6
+ - TOX_ENV=py27
7
+ - TOX_ENV=py32
8
+ - TOX_ENV=py33
9
+
10
+ install : " pip install tox"
9
11
10
12
script : py.test
Original file line number Diff line number Diff line change 1
1
-e .
2
2
3
+ tox
3
4
pytest
4
5
mock
5
6
webtest
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ def clean_env():
24
24
25
25
26
26
@task
27
- def test ( args ):
28
- env_do ('py.test %s' % ' ' . join ( args ) )
27
+ def test_all ( ):
28
+ env_do ('tox' )
29
29
30
30
31
31
@task
You can’t perform that action at this time.
0 commit comments