summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 82f8976..c5e3e97 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,13 @@
[tox]
-minversion = 1.8
+minversion = 2.4
envlist = {py27,py34,py35,py36,py37}-{plain,hiredis}, pycodestyle
[testenv]
deps =
mock
pytest >= 2.7.0
- hiredis: hiredis >= 0.1.3
+extras =
+ hiredis: hiredis
commands = py.test {posargs}
[testenv:pycodestyle]