Skip to content
Snippets Groups Projects
Commit 25faa4dd authored by ulif's avatar ulif
Browse files

Use 'usedevelop' instead of dev install.

parent bdf7d7f2
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,11 @@
envlist = flake8, pypy, py26, py27, py32, py33, py34, coverage
[testenv]
usedevelop=True
recreate=True
deps=pytest
commands=python setup.py dev
python setup.py test
commands=
python setup.py test
[testenv:flake8]
deps=flake8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment