summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:54:47 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-06-20 09:54:47 +0200
commit4a4b7faf9de8437f2b96bc7285802fd1230b7a9a (patch)
tree726265ceec1e92e12ff27ad84fc5bb28194de810 /tox.ini
parent67dad540bb78b3e8cb24cae8783e8b682aa67792 (diff)
downloadastroid-git-4a4b7faf9de8437f2b96bc7285802fd1230b7a9a.tar.gz
Drop support for Python 3.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d0138316..1a864634 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34, py35, py36, py37, py38, pypy, pylint
+envlist = py35, py36, py37, py38, pypy, pylint
skip_missing_interpreters = true
[testenv:pylint]
@@ -18,9 +18,9 @@ deps =
; we have a brain for nose
; we use pytest for tests
nose
- py34,py35,py36: numpy
- py34,py35,py36: attr
- py34,py35,py36: typed_ast<1.3.0
+ py35,py36: numpy
+ py35,py36: attr
+ py35,py36: typed_ast<1.3.0
py37: typed_ast>=1.3.0
pytest
python-dateutil