mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-02 03:46:53 +00:00
Have tox install via setup.py develop
Tox 1.6 has a feature to install code into the virtualenv via 'setup.py develop' This makes it easier to source the tox virtualenv and test code changes.
This commit is contained in:
parent
2cf10d26a3
commit
ab849a9931
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