summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2017-08-06 21:03:14 +0100
committerAlex Chan <alex@alexwlchan.net>2017-08-09 07:32:03 +0100
commit1821c3e59e1bafc986465efca1d27be46b23404b (patch)
treefa4773c11e96ace88601b63ef3b4583c6ba572d2 /Makefile
parent6a047555083be1b932c96b0da8ce89079173a00c (diff)
downloadurllib3-1821c3e59e1bafc986465efca1d27be46b23404b.tar.gz
Remove all uses of nose from the codebase
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e80cf48..bcf2462c 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ clean:
.PHONY: test
test: requirements
- nosetests
+ tox
.PHONY: test-all
test-all: requirements