Add usedevelop option for tox testenv

This commit is contained in:
Stanislav Kudriashev 2014-12-08 12:28:15 +02:00
parent 81b8797015
commit 0929a77387
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
envlist = pep8,pypy,py33,py34,py27,py26 envlist = pep8,pypy,py33,py34,py27,py26
[testenv] [testenv]
usedevelop = True
deps = deps =
nose nose
nose-parameterized nose-parameterized