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