Update default tox envs to be py35 rather than py34
Change-Id: Idee756424c909fe02395b2ee1b8a18247f0d8c1c
This commit is contained in:
parent
faca18b891
commit
10d369efaa
6
tox.ini
6
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = docs,linters,py34,py27
|
envlist = docs,linters,py35,py27
|
||||||
minversion = 2.0
|
minversion = 2.0
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
@ -9,8 +9,8 @@ install_command = pip install -U {opts} {packages}
|
|||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
# NOTE: If py34 fails with "db type could not be determined", delete
|
# NOTE: If py35 fails with "db type could not be determined", delete
|
||||||
# .testrepository and try again. Running py34 before py27 is OK, but not the
|
# .testrepository and try again. Running py35 before py27 is OK, but not the
|
||||||
# other way around. See: https://bugs.launchpad.net/testrepository/+bug/1212909
|
# other way around. See: https://bugs.launchpad.net/testrepository/+bug/1212909
|
||||||
commands = python setup.py testr --slowest --testr-args="{posargs}"
|
commands = python setup.py testr --slowest --testr-args="{posargs}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user