Use py35, reorder tox and travis

This commit is contained in:
2016-01-14 03:34:49 +05:30
parent 6db9933e83
commit 3437e7592b
2 changed files with 8 additions and 12 deletions
+1 -4
View File
@@ -1,6 +1,6 @@
[tox]
skipsdist = true
envlist = py{26,27,34,35}
envlist = py{26,27,34,35,py}
[testenv]
deps = pytest
@@ -10,6 +10,3 @@ passenv = PYTEST_STATUS_PORT
commands = pip install .
py.test -v
[testenv:py35-dev]
basepython = python3.5-dev