8000 test: no need for testall anymore · python-xlib/python-xlib@4c7cb71 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c7cb71

Browse files
committed
test: no need for testall anymore
1 parent 92da1cf commit 4c7cb71

File tree

2 files changed

+1
-54
lines changed

2 files changed

+1
-54
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_script:
1818

1919
# command to run tests
2020
script:
21-
nosetests --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/testall.py examples/run_examples.py
21+
nosetests --with-xunit --with-coverage --cover-html --cover-html-dir=Coverage_report --verbosity=3 test/ examples/run_examples.py
2222

2323
after_success:
2424
- codecov

test/testall.py

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

0 commit comments

Comments
 (0)
0