summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2017-06-28 13:45:04 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2017-06-28 13:45:04 +0200
commit96203a995d70a56753da8f12f608acd2c2dc33a3 (patch)
treea99a7fc82333cb4c542d5f4d1da737576aa1cd9f
parenta68addfff9f723c9f8b1d0a0ddf0d1071fc1f5ee (diff)
downloadunidecode-96203a995d70a56753da8f12f608acd2c2dc33a3.tar.gz
Test python 3.6 with Tox.
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 00ac189..54d2108 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py27-latest,py34-latest,py35-latest
+ py27-latest,py34-latest,py35-latest,py36-latest
[testenv]
commands = python setup.py test
@@ -13,3 +13,6 @@ basepython = python3.4
[testenv:py35-latest]
basepython = python3.5
+
+[testenv:py36-latest]
+basepython = python3.6