summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index b51e7765..bc6a7d42 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,17 +9,17 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc {toxinidir}/astroid
# pylint: git+https://github.com/pycqa/pylint@master
[testenv]
deps =
- py27,pypy: backports.functools_lru_cache
- py27,pypy: enum34
+ pypy: backports.functools_lru_cache
+ pypy: enum34
lazy-object-proxy
; we have a brain for nose
; we use pytest for tests
nose
- py27,py34,py35,py36: numpy
- py27,py34,py35,py36: attr
+ py34,py35,py36: numpy
+ py34,py35,py36: attr
pytest
python-dateutil
- py27,pypy: singledispatch
+ pypy: singledispatch
six
wrapt
pylint: pylint