Merge pull request #275 from freyes/make-tox-like-travis

Added clean/build to tox to make it behave like travis
This commit is contained in:
Alex Clark ☺ 2013-07-09 03:17:09 -07:00
commit 611d921202

View File

@ -8,5 +8,7 @@ envlist = py26, py27, py32, py33
[testenv] [testenv]
commands = commands =
{envpython} setup.py clean
{envpython} setup.py build_ext --inplace
{envpython} selftest.py {envpython} selftest.py
{envpython} Tests/run.py --installed {envpython} Tests/run.py --installed