From 10d369efaaec7e540ebaac8ce0a3841fc0115622 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 5 Jan 2017 12:27:30 +1100 Subject: [PATCH] Update default tox envs to be py35 rather than py34 Change-Id: Idee756424c909fe02395b2ee1b8a18247f0d8c1c --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index c0f36b50..0ddf9913 100644 --- a/tox.ini +++ b/tox.ini @@ -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}"