summaryrefslogtreecommitdiffstats
path: root/hpa/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'hpa/tox.ini')
-rw-r--r--hpa/tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/hpa/tox.ini b/hpa/tox.ini
index 8727707e..18670499 100644
--- a/hpa/tox.ini
+++ b/hpa/tox.ini
@@ -1,8 +1,11 @@
[tox]
-envlist = py35
+envlist = py36
[testenv]
deps =
-
+basepython =
+ py36: python3
+ cov: python3
+ pylint: python3
commands =
python3 -m unittest discover