summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-11-11 12:47:22 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-11-11 12:47:22 +0100
commitbe694f811f7df89c4fcc672ef09c0e1fc499cf23 (patch)
tree4da60f529de79a8df27cd94f68ce2b3e1fe52251 /tox.ini
parent15771d691d2dedadf70e1963285abe1017bd8c42 (diff)
downloadastroid-git-be694f811f7df89c4fcc672ef09c0e1fc499cf23.tar.gz
Revert "Add pypy support for Python 3.3 in tox"
This reverts commit 15771d691d2dedadf70e1963285abe1017bd8c42. Apparently numpy is Python 3.4+
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8b0d9ae2..7ed9d36a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ deps =
py27,py33,pypy: enum34
lazy-object-proxy
nose
- py27,py33,py34,py35,py36: numpy
+ py27,py34,py35,py36: numpy
pytest
python-dateutil
py27,py33,pypy: singledispatch