mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
tox.ini: Remove py25
because tox doesn't support it yet.
ERROR: py25: UnsupportedInterpreter: python2.5 is not supported anymore, sorry
This commit is contained in:
parent
bc18d8e2d1
commit
8ef2462e6e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
envlist =
|
envlist =
|
||||||
py25,py26,py27,py32,py33,py34,py27-flake8,py34-flake8
|
py26,py27,py32,py33,py34,py27-flake8,py34-flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue