|
|
@@ -1,6 +1,6 @@ |
|
|
|
[tox] |
|
|
|
minversion = 1.3 |
|
|
|
envlist = py26,py27,docs,flake8 |
|
|
|
envlist = py26,py27,py33,py34,docs,flake8 |
|
|
|
|
|
|
|
[testenv] |
|
|
|
deps= |
|
|
@@ -8,7 +8,7 @@ deps= |
|
|
|
coveralls |
|
|
|
coverage |
|
|
|
commands= |
|
|
|
nosetests --with-coverage --cover-package=wstools --verbosity=5 |
|
|
|
nosetests --with-coverage --cover-package=wstools |
|
|
|
bash -c "coveralls || true" |
|
|
|
whitelist_externals=bash |
|
|
|
|
|
|
@@ -16,6 +16,11 @@ whitelist_externals=bash |
|
|
|
|
|
|
|
[testenv:py27] |
|
|
|
|
|
|
|
[testenv:py33] |
|
|
|
|
|
|
|
[testenv:py34] |
|
|
|
|
|
|
|
|
|
|
|
[testenv:docs] |
|
|
|
downloadcache={toxworkdir}/downloadcache |
|
|
|
basepython=python2.7 |
|
|
|