mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 23:54:17 +00:00
Merge branch 'setupdevelop' into 'master'
Add usedevelop to tox.ini See merge request !5
This commit is contained in:
commit
832ecb63aa
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,8 +1,10 @@
|
||||||
[tox]
|
[tox]
|
||||||
|
minversion = 1.6
|
||||||
envlist =
|
envlist =
|
||||||
py26,py27,py32,py33,py34
|
py26,py27,py32,py33,py34
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
usedevelop = True
|
||||||
deps =
|
deps =
|
||||||
commands =
|
commands =
|
||||||
python setup.py test -q
|
python setup.py test -q
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue