tox.ini: I forgot that we still support python 3.3 (sorry)
I hope not for long, though.
This commit is contained in:
parent
7223267328
commit
5f8d0f8ecc
3
tox.ini
3
tox.ini
@ -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 =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user