There was an error while loading. Please reload this page.
1 parent 52a90aa commit 7930ca5Copy full SHA for 7930ca5
.travis.yml
@@ -8,7 +8,7 @@ python:
8
before_install: "cd tests"
9
install: "./install.sh"
10
# command to run tests
11
-script: "coverage run --source=webpack_loader --omit=assets/ manage.py test"
+script: "coverage run --source=webpack_loader --omit=*/assets/* manage.py test"
12
after_success:
13
coveralls
14
env:
0 commit comments