summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index efdf5ff..97c4794 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,16 @@
[tox]
-envlist = py35,py34,py32,py27,pypy,pypy3,flake8
+envlist = py37,py36,py35,py34,py32,py27,pypy,pypy3,flake8
[testenv]
commands = python --version
./mimeparse_test.py
+[testenv:py37]
+basepython = python3.7
+
+[testenv:py36]
+basepython = python3.6
+
[testenv:py35]
basepython = python3.5