Update default tox envs to be py35 rather than py34

Change-Id: Idee756424c909fe02395b2ee1b8a18247f0d8c1c
This commit is contained in:
Tony Breeds 2017-01-05 12:27:30 +11:00
parent faca18b891
commit 10d369efaa

View File

@ -1,5 +1,5 @@
[tox]
envlist = docs,linters,py34,py27
envlist = docs,linters,py35,py27
minversion = 2.0
skipsdist = True
@ -9,8 +9,8 @@ install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
# NOTE: If py34 fails with "db type could not be determined", delete
# .testrepository and try again. Running py34 before py27 is OK, but not the
# NOTE: If py35 fails with "db type could not be determined", delete
# .testrepository and try again. Running py35 before py27 is OK, but not the
# other way around. See: https://bugs.launchpad.net/testrepository/+bug/1212909
commands = python setup.py testr --slowest --testr-args="{posargs}"