summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-12-01 14:35:07 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2017-12-15 09:12:38 +0100
commit78bc8f2e6163461ee15fec53c7d5e28a24507829 (patch)
tree557aaf0a3895940424c5413ed9fd31526614b006 /tox.ini
parent629c92db2dc1b016f4bf47645c95c42e65fd3bd6 (diff)
downloadastroid-git-78bc8f2e6163461ee15fec53c7d5e28a24507829.tar.gz
Drop support for EOL Python 3.3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index d0f35fbb..b084583b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py33, py34, py35, py36, pypy, pylint
+envlist = py27, py34, py35, py36, pypy, pylint
skip_missing_interpreters = true
[testenv:pylint]
@@ -8,14 +8,14 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc {toxinidir}/astroid
[testenv]
deps =
py27,pypy: backports.functools_lru_cache
- py27,py33,pypy: enum34
+ py27,pypy: enum34
lazy-object-proxy
nose
py27,py34,py35,py36: numpy
py27,py34,py35,py36: attr
pytest
python-dateutil
- py27,py33,pypy: singledispatch
+ py27,pypy: singledispatch
six
wrapt
pylint: git+https://github.com/pycqa/pylint@master