Fix tox warning, test "not installed in testenv".
This commit is contained in:
parent
84b96ac9d3
commit
96d7f20787
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -2,4 +2,4 @@
|
||||||
envlist=py25,py26,py27,pypy
|
envlist=py25,py26,py27,pypy
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands=make test
|
commands=python run-tests.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue