There was an error while loading. Please reload this page.
1 parent 5e7a2d8 commit b2aceb5Copy full SHA for b2aceb5
.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=tests manage.py test"
+script: "coverage run --source=webpack_loader manage.py test"
12
after_success:
13
coveralls
14
env:
0 commit comments