Merge "Update default tox envs to be py35 rather than py34"

This commit is contained in:
Jenkins 2017-01-05 03:03:40 +00:00 committed by Gerrit Code Review
commit f70191ab52

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}"