Skip to content

Commit 66504ca

Browse files
committed
Remove nose and nose_time make commands
1 parent 421ced3 commit 66504ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ test:
44
watch_test:
55
if command -v entr > /dev/null; then find . -type f -not -path '*/\.*' | grep -i '.*[.]py' | entr -c make test; else make test; echo "\nInstall entr(1) to automatically run tests on file change.\n See http://entrproject.org/"; fi
66

7-
nose:
8-
nosetests tmuxp/testsuite/*.py -m "^test*."
9-
10-
nose_time:
11-
nosetests tmuxp/testsuite/*.py -m "^test*." --with-timer --timer-top-n 15
12-
137
build_docs:
148
cd doc && $(MAKE) html
159

0 commit comments

Comments
 (0)