Add python 3.5 support for tox; run all tests before a release
This commit is contained in:
parent
021848524a
commit
73f73e0236
2 changed files with 9 additions and 7 deletions
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26, py27
|
||||
envlist = py27, py35
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue