Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ test:
watch_test:
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

nose:
nosetests tmuxp/testsuite/*.py -m "^test*."

nose_time:
nosetests tmuxp/testsuite/*.py -m "^test*." --with-timer --timer-top-n 15

build_docs:
cd doc && $(MAKE) html

Expand Down
4 changes: 0 additions & 4 deletions libtmux/__init__.py

This file was deleted.

91 changes: 0 additions & 91 deletions libtmux/_compat.py

This file was deleted.

Loading