From 80a6bb62ced3621b12c355db8bde61d5d11c6bf3 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 15 Aug 2015 17:10:03 -0400 Subject: [PATCH] force rebuild of .so, tox was throwing up --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 8b0841f..2dd1039 100644 --- a/tox.ini +++ b/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