summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCeridwen <ceridwenv@gmail.com>2015-08-18 17:51:21 -0400
committerCeridwen <ceridwenv@gmail.com>2015-08-18 17:51:21 -0400
commitd59fbbd2b15169d59714564935252cea7b57ec7c (patch)
tree8abd470ab413c2b3c70e6ed945dc621898b40b5b /tox.ini
parent9b3004d81cc638a865f918bcb61c0881656dc94c (diff)
downloadastroid-d59fbbd2b15169d59714564935252cea7b57ec7c.tar.gz
More fixes for bugs introduced during merge
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 a1b7930..99b295a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
# official list is
# envlist = py27, py33, py34, pypy, jython
-envlist = py27, py34, pylint
+envlist = py27, py34
# envlist = py27, py33
[testenv:pylint]