diff options
author | Brett Cannon <brett@python.org> | 2014-08-29 15:39:35 -0400 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2014-08-29 15:39:35 -0400 |
commit | e57267e07d236ad7221b68cd489722d80798071f (patch) | |
tree | dd3965df049be2a1145819ea2dc88b6b52b8d91b /tox.ini | |
parent | 6eb99391f900ad8a69772620ad1806e140955f4c (diff) | |
download | pylint-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [tox] # official list is #envlist = py27, py32, py33, py34 -envlist = py27, py34 +envlist = py27, py33 [testenv] deps = logilab-common |