summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2015-11-06 17:55:24 -0500
committerCeridwen <ceridwenv@gmail.com>2015-11-06 17:55:24 -0500
commit3ca0c7580187913bec11d0042a36906a2af36c91 (patch)
treec503daf5abd95f4cceac882761e927000ef65047 /tox.ini
parent797e89c30d44408a93b59489f79e5b69c5e124d1 (diff)
downloadastroid-git-3ca0c7580187913bec11d0042a36906a2af36c91.tar.gz
Rename Uninferable and instantiate_class, fix broken tests, improve
testing. * Rename YES to Uninferable * Rename instanciate_class to instantiate_class. * Use six in test_namedtuple_advanced_inference. * Fix test_file_from_module failure on PyPy. * Add enum34 to unittest_brain. * Add unittest_brain dependencies tox.ini.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 7 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 72aabd56..6373dea9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,17 +3,22 @@
# envlist = py27, py33, py34, py35, pypy, jython, pylint
# drone.io
-envlist = py27, py33, pylint
+# envlist = py27, py33, pylint
# For testing off drone.io---please don't delete.
-# envlist = py27, py34, pypy, pylint
+envlist = py27, py34, pypy, pylint
[testenv:pylint]
commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/astroid
[testenv]
deps =
+ py27,py33,pypy,jython: enum34
lazy-object-proxy
+ nose
+ py27,py33,py34,py35: numpy
+ pytest
+ python-dateutil
py27,py33,pypy,jython: singledispatch
six
wrapt