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
commite28cf4e572d25d559c274acc81a7aff887d28efb (patch)
tree2437d1981dee3eb5d042ae478968f5f6e807125c /tox.ini
parentf5c3e703ec3de5d6e4f50583475d7b18fb0d6beb (diff)
downloadastroid-e28cf4e572d25d559c274acc81a7aff887d28efb.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 72aabd5..6373dea 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