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:
Joe Gordon 2014-10-14 14:29:30 -07:00
parent 2cf10d26a3
commit ab849a9931

View file

@ -1,8 +1,10 @@
[tox]
minversion = 1.6
envlist =
py26,py27,py32,py33,py34
[testenv]
usedevelop = True
deps =
commands =
python setup.py test -q