Skip to content

Commit 46fc267

Browse files
committed
Build hot-fix (coverage command)
1 parent 85a4ba6 commit 46fc267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
- chmod +x ./cc-test-reporter
1919
- ./cc-test-reporter before-build
2020
script:
21-
- coverage run --source=bootstrap_datepicker_plus -m tests.test_widgets
21+
- coverage run --source=bootstrap_datepicker_plus runtests.py
2222
- coverage xml
2323
after_script:
2424
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 commit comments

Comments
 (0)