Skip to content

Commit 7930ca5

Browse files
committed
coveralls test
1 parent 52a90aa commit 7930ca5

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
@@ -8,7 +8,7 @@ python:
88
before_install: "cd tests"
99
install: "./install.sh"
1010
# command to run tests
11-
script: "coverage run --source=webpack_loader --omit=assets/ manage.py test"
11+
script: "coverage run --source=webpack_loader --omit=*/assets/* manage.py test"
1212
after_success:
1313
coveralls
1414
env:

0 commit comments

Comments
 (0)