mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 18:56:53 +00:00
Merge branch 'tox_remove_py25' into 'master'
Tox remove py25 Now maybe py25 is important to support and maybe you have a CI process that installs some older version of tox so that you can test Python 2.5, in which case you can close this, though if that's the case then maybe we should make a note of that fact and what version of tox to use, etc. See merge request !22
This commit is contained in:
commit
6536f2285d
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