summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-08-29 15:39:35 -0400
committerBrett Cannon <brett@python.org>2014-08-29 15:39:35 -0400
commite57267e07d236ad7221b68cd489722d80798071f (patch)
treedd3965df049be2a1145819ea2dc88b6b52b8d91b /tox.ini
parent6eb99391f900ad8a69772620ad1806e140955f4c (diff)
downloadpylint-git-e57267e07d236ad7221b68cd489722d80798071f.tar.gz
Make sure tox.ini uses versions that drone.io supports
--HG-- branch : python_6
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 c41d25d1c..a87f90edd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
# official list is
#envlist = py27, py32, py33, py34
-envlist = py27, py34
+envlist = py27, py33
[testenv]
deps =
logilab-common