Browse Source

Fix tox warning, test "not installed in testenv".

pull/398/merge
Ron DuPlain 13 years ago
parent
commit
96d7f20787
  1. 2
      tox.ini

2
tox.ini

@ -2,4 +2,4 @@
envlist=py25,py26,py27,pypy
[testenv]
commands=make test
commands=python run-tests.py

Loading…
Cancel
Save