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