summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-22 13:36:39 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-22 13:36:39 +0100
commite00ab6cf357390651026b74e3b891695b7ea618f (patch)
tree193382dafabb438fb0101e6a856503afd0f64577
parente23218f530f6d3cffa7310d244f483fefa3a44eb (diff)
downloadpyflakes-e00ab6cf357390651026b74e3b891695b7ea618f.tar.gz
Remove Python 2.5 from the tox.ini
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 270c952..c56975c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py25,py26,py27,py32,py33,py34
+ py26,py27,py32,py33,py34
# pypy is not ready yet; run manually with tox -e pypy if you want to see
# the failures