summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2015-08-29 22:21:44 +0100
committerDavid Moss <drkjam@gmail.com>2015-08-29 22:21:44 +0100
commita506e0913e8eea8ea3aef4b9da2d27466ee14369 (patch)
treec13d26b94cbb8dc81975208053890790b02fe0c2
parentad2d047ab95c08ca0ee7b5a1d50731cf5255c628 (diff)
downloadnetaddr-a506e0913e8eea8ea3aef4b9da2d27466ee14369.tar.gz
- added clean target as dependency of test target to due nasty python 2.x and 3.x + pytest incompatibilities causing erroneous test failures
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd58c0c..415304f 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ push_tags:
@echo 'syncing tags'
git push --tags
-test:
+test: clean
@echo 'running test suite'
python setup.py test
@echo 'running doc tests (tutorials)'