summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d22dccd..9f8fe96 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ test:
./tests
pep8 tests
rm -f .coverage
- nosetests -s
+ tox
DOCS_DIR = docs
.PHONY: docs