summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-02-21 12:12:52 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-02-21 12:12:52 +0100
commite4790c3a0013001cfd0cfb5bd53049441658cbbd (patch)
treeb3a7f3817663706cf7b469e02361285405fa65b4 /tox.ini
parent8425d915c0186f87da66ad6223588ce70c49031c (diff)
downloadastroid-git-e4790c3a0013001cfd0cfb5bd53049441658cbbd.tar.gz
Remove py27 completely from tox
Diffstat (limited to 'tox.ini')
-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