Use python 3.5 with tox.

This commit is contained in:
Simon Conseil
2015-10-14 22:47:11 +02:00
parent 60b799c2b3
commit 703d22f481

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,report,check
envlist = py27,py33,py34,py35,report,check
[testenv]
commands = py.test --cov sigal --cov-report term-missing
@@ -9,7 +9,7 @@ deps =
pytest-cov
[testenv:report]
basepython = python3.4
basepython = python3.5
commands =
coverage combine
coverage report
@@ -17,7 +17,7 @@ usedevelop = true
deps = coverage
[testenv:check]
basepython = python3.4
basepython = python3.5
deps =
docutils
check-manifest