diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2017-06-28 13:45:04 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2017-06-28 13:45:04 +0200 |
| commit | 96203a995d70a56753da8f12f608acd2c2dc33a3 (patch) | |
| tree | a99a7fc82333cb4c542d5f4d1da737576aa1cd9f | |
| parent | a68addfff9f723c9f8b1d0a0ddf0d1071fc1f5ee (diff) | |
| download | unidecode-96203a995d70a56753da8f12f608acd2c2dc33a3.tar.gz | |
Test python 3.6 with Tox.
| -rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
