From d26628884e840ec284812e5343181a638233d5b0 Mon Sep 17 00:00:00 2001 From: hippo91 Date: Sun, 8 Dec 2019 20:43:23 +0100 Subject: 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. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1