diff options
Diffstat (limited to 'newton/tox.ini')
-rw-r--r-- | newton/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newton/tox.ini b/newton/tox.ini index 4e15a2e7..ee15e4b0 100644 --- a/newton/tox.ini +++ b/newton/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27 +envlist = py27,py35 skipsdist = true [tox:jenkins] @@ -8,5 +8,5 @@ downloadcache = ~/cache/pip [testenv] deps = -r{toxinidir}/requirements.txt commands = coverage run --branch manage.py test newton - coverage html --omit="*test*,*__init__.py" -d htmlcov + coverage html --omit=".tox*,*test*,*__init__.py" -d htmlcov |