Added clean/build to tox to make it behave like travis

This commit is contained in:
Felipe Reyes 2013-07-08 23:04:47 -04:00
parent b297adfdd7
commit 690e6970f6
No known key found for this signature in database
GPG Key ID: BC40D965CEED3173

View File

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