summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCalen Pennington <cale@edx.org>2017-03-10 14:28:11 -0500
committerceridwen <ceridwen@users.noreply.github.com>2017-03-13 16:52:44 -0400
commit58d20acfb4ece77271f16b6a6543b61facfa4762 (patch)
tree9db01a6b37a343cf4987309a951a1c22e565b24c /tox.ini
parent5f1220455b6ee85ea4a28f3a4175431949cf847d (diff)
downloadastroid-git-58d20acfb4ece77271f16b6a6543b61facfa4762.tar.gz
Make functools.lru_cache available in all python versions
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c746ee10..af98b270 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/astroid
[testenv]
deps =
py27,py33,pypy: enum34
+ py27,pypy: functools32
lazy-object-proxy
nose
py27,py34,py35,py36: numpy