force rebuild of .so, tox was throwing up

This commit is contained in:
James Turk 2015-08-15 17:10:03 -04:00
parent b690692b4b
commit 80a6bb62ce
1 changed files with 4 additions and 0 deletions

View File

@ -1,7 +1,9 @@
[tox]
envlist = py27,pypy,py34,flake8
[testenv:py27]
whitelist_externals = rm
commands =
rm -f jellyfish/cjellyfish.so
pip install -e .
py.test jellyfish/test.py
deps = pytest
@ -13,7 +15,9 @@ commands =
deps = pytest
unicodecsv
[testenv:py34]
whitelist_externals = rm
commands =
rm -f jellyfish/cjellyfish.so
pip install -e .
py.test jellyfish/test.py
deps = pytest