We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a4ba6 commit 46fc267Copy full SHA for 46fc267
.travis.yml
@@ -18,7 +18,7 @@ before_script:
18
- chmod +x ./cc-test-reporter
19
- ./cc-test-reporter before-build
20
script:
21
- - coverage run --source=bootstrap_datepicker_plus -m tests.test_widgets
+ - coverage run --source=bootstrap_datepicker_plus runtests.py
22
- coverage xml
23
after_script:
24
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
0 commit comments