Skip to content

Commit 8514a56

Browse files
committed
Merge pull request #153 from tony/decouple-libtmux
Decouple libtmux
2 parents 884f512 + 9673f6b commit 8514a56

24 files changed

+29
-2314
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

libtmux/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

libtmux/_compat.py

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)