summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-09-26 09:33:52 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2019-09-26 09:33:52 +0200
commit3c57b6e16c3d6eb3eac52d6337d5e07ab7de29e5 (patch)
tree0c7fc7a70cb270384e7a95508e6ed86dd1294d41 /tox.ini
parentbaf9684572cecdd4aaeddc14f6bc4ee25848ef7c (diff)
downloadastroid-git-3c57b6e16c3d6eb3eac52d6337d5e07ab7de29e5.tar.gz
Force typed_ast >= 1.4.0 for all supported Python versions
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 299b9138..a56b6a92 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,8 +20,7 @@ deps =
nose
py35,py36: numpy
py35,py36: attr
- py35,py36: typed_ast<1.3.0
- py37: typed_ast>=1.3.0
+ py35,py36,py37: typed_ast>=1.4.0,<1.5
pytest
python-dateutil
pypy: singledispatch