mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +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]
|
||||
minversion = 1.6
|
||||
envlist =
|
||||
py25,py26,py27,py32,py33,py34,py27-flake8,py34-flake8
|
||||
py26,py27,py32,py33,py34,py27-flake8,py34-flake8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue