summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2019-12-08 20:43:23 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-12-09 08:42:00 +0100
commitd26628884e840ec284812e5343181a638233d5b0 (patch)
tree68562b89ccc24245f9842aaa994c9e14ac42ad64 /tox.ini
parent54a335b2605d97390a08ea7edef4d8dcf5f0fa3f (diff)
downloadastroid-git-d26628884e840ec284812e5343181a638233d5b0.tar.gz
Takes into account the fact that
ufunc functions are now instances of FakeUfunc class and that the call to these functions implies the use of __call__ protocol.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4a7cb488..077e836b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,8 +18,8 @@ deps =
; we have a brain for nose
; we use pytest for tests
nose
- py35,py36: numpy
- py35,py36: attr
+ py35,py36,py37: numpy
+ py35,py36,py37: attr
py35,py36,py37: typed_ast>=1.4.0,<1.5
pytest
python-dateutil