diff options
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ envlist = py27,py34,flake8 skip_missing_interpreters = True [testenv] +usedevelop = True changedir = tests commands = py.test {posargs} |
index : git-deps | ||
git commit dependency analysis tool | Matěj Cepl <mcepl@cepl.eu> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | tox.ini | 1 |
@@ -7,6 +7,7 @@ envlist = py27,py34,flake8 skip_missing_interpreters = True [testenv] +usedevelop = True changedir = tests commands = py.test {posargs} |