Skip to content

Commit b2aceb5

Browse files
committed
Changed coveralls command
1 parent 5e7a2d8 commit b2aceb5

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=tests manage.py test"
11+
script: "coverage run --source=webpack_loader manage.py test"
1212
after_success:
1313
coveralls
1414
env:

0 commit comments

Comments
 (0)