diff options
| author | Alex Chan <alex@alexwlchan.net> | 2017-08-06 21:03:14 +0100 |
|---|---|---|
| committer | Alex Chan <alex@alexwlchan.net> | 2017-08-09 07:32:03 +0100 |
| commit | 1821c3e59e1bafc986465efca1d27be46b23404b (patch) | |
| tree | fa4773c11e96ace88601b63ef3b4583c6ba572d2 /Makefile | |
| parent | 6a047555083be1b932c96b0da8ce89079173a00c (diff) | |
| download | urllib3-1821c3e59e1bafc986465efca1d27be46b23404b.tar.gz | |
Remove all uses of nose from the codebase
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ clean: .PHONY: test test: requirements - nosetests + tox .PHONY: test-all test-all: requirements |
