mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
Added py35 to tox.ini
This commit is contained in:
@@ -33,3 +33,4 @@ Patches and Suggestions
|
|||||||
- Marco Dallagiacoma
|
- Marco Dallagiacoma
|
||||||
- Mathias Loesch
|
- Mathias Loesch
|
||||||
- Tushar Makkar
|
- Tushar Makkar
|
||||||
|
- Andrii Soldatenko
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py32, py33, py34, pypy
|
envlist = py26, py27, py32, py33, py34, py35, pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = python setup.py test
|
commands = python setup.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user