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
commit10a0ff8230c849ab6000a146702d6dbbdfd3d50d (patch)
treeab9f3024ed98cb2ca58f9ac8060cba5b5ebe8ef4 /tox.ini
parentce6a994671c1a8de51d2fcbe7896809b13316864 (diff)
downloadpylint-10a0ff8230c849ab6000a146702d6dbbdfd3d50d.tar.gz
Make sure tox.ini uses versions that drone.io supports
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 c41d25d..a87f90e 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