force rebuild of .so, tox was throwing up
This commit is contained in:
parent
b690692b4b
commit
80a6bb62ce
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue