summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a0ea6fc..b976be2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,9 @@ deps =
[testenv:style]
-commands = python -m flake8
+basepython=python3.6
+commands = python --version
+ python -m flake8
[testenv:py3]
basepython=python3.6