Add py35 to environments in tox.ini

This will effectively run the tests with py35. Note that you might hit
issues when running this if you have previously ran tox with the py27
environment. This might be present with the error message:

    db type could not be determined

If this happens, it's a matter of removing the following file:
.testrepository/times.dbm

this issue is documented here:
https://bugs.launchpad.net/testrepository/+bug/1229445

Change-Id: I867457a30e07fad1a64111b5bf6479529e6fc19b
This commit is contained in:
Juan Antonio Osorio Robles 2016-12-09 11:00:21 +02:00
parent 9390f18543
commit 57b17b85df
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py27,pep8
envlist = py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}