This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
wstools-py3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
tox deps as multi-line
main
Julien Iguchi-Cartigny
10 years ago
parent
679b8af151
commit
3cf3d3a8d8
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
tox.ini
+ 3
- 1
tox.ini
View File
@@ -3,7 +3,9 @@ minversion = 1.3
envlist = py26,py27,docs,flake8
[testenv]
deps=nose coveralls coverage
deps=nose
coveralls
coverage
commands=nosetests --with-coverage --cover-package=wstools
[testenv:py26]
Write
Preview
Loading…
Cancel
Save