tox.ini: I forgot that we still support python 3.3 (sorry)

I hope not for long, though.
This commit is contained in:
Cosimo Lupo 2016-04-10 21:06:55 +01:00
parent 7223267328
commit 5f8d0f8ecc

View File

@ -1,10 +1,11 @@
[tox] [tox]
envlist = py27, pypy, py34, py35 envlist = py27, pypy, py33, py34, py35
[testenv] [testenv]
basepython = basepython =
py27: {env:TOXPYTHON:python2.7} py27: {env:TOXPYTHON:python2.7}
pypy: {env:TOXPYTHON:pypy} pypy: {env:TOXPYTHON:pypy}
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4} py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5} py35: {env:TOXPYTHON:python3.5}
deps = deps =