summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrii Soldatenko <andrii.soldatenko@ethoos.com>2016-12-18 16:54:22 +0200
committerAndrii Soldatenko <andrii.soldatenko@ethoos.com>2016-12-18 16:54:22 +0200
commite13f4d0abaa2a0da17fd976e8f522b329e86b658 (patch)
tree2d1734866ecde039fcbf331b0813e9c8c32b4998
parent54f9041f2c3cd47643bf4b9183f8cb530caf6313 (diff)
downloadtablib-e13f4d0abaa2a0da17fd976e8f522b329e86b658.tar.gz
Added py35 to tox.ini
-rw-r--r--AUTHORS1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 845d42a..8afb539 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -33,3 +33,4 @@ Patches and Suggestions
- Marco Dallagiacoma
- Mathias Loesch
- Tushar Makkar
+- Andrii Soldatenko
diff --git a/tox.ini b/tox.ini
index 52cd321..b397308 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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