diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-18 18:13:17 +0000 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-09-18 18:13:17 +0000 |
commit | accff12b2d28a3f87d2dc4f5373fb8e1e5de3408 (patch) | |
tree | a7611e5fd4e1bcf4ed16d131c24d1e76de1d2ecf /tox.ini | |
parent | 9ae7562f92f13aceda2b5c0389dd37955ca9e066 (diff) | |
download | astroid-git-accff12b2d28a3f87d2dc4f5373fb8e1e5de3408.tar.gz |
Use the Python 3.3 environment, since drone.io lives in the prehistoric ages.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ deps = hg+https://bitbucket.org/logilab/pylint commands = pylint -rn --rcfile={toxinidir}/pylintrc {envsitepackagesdir}/astroid -[testenv:py34] +[testenv:py33] deps = lazy-object-proxy six |