diff options
| author | Andrii Soldatenko <andrii.soldatenko@ethoos.com> | 2016-12-18 16:54:22 +0200 |
|---|---|---|
| committer | Andrii Soldatenko <andrii.soldatenko@ethoos.com> | 2016-12-18 16:54:22 +0200 |
| commit | e13f4d0abaa2a0da17fd976e8f522b329e86b658 (patch) | |
| tree | 2d1734866ecde039fcbf331b0813e9c8c32b4998 | |
| parent | 54f9041f2c3cd47643bf4b9183f8cb530caf6313 (diff) | |
| download | tablib-e13f4d0abaa2a0da17fd976e8f522b329e86b658.tar.gz | |
Added py35 to tox.ini
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -33,3 +33,4 @@ Patches and Suggestions - Marco Dallagiacoma - Mathias Loesch - Tushar Makkar +- Andrii Soldatenko @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py26, py27, py32, py33, py34, pypy +envlist = py26, py27, py32, py33, py34, py35, pypy [testenv] commands = python setup.py test |
