There was an error while loading. Please reload this page.
1 parent 1dd66b3 commit 008af9dCopy full SHA for 008af9d
1 file changed
.travis.yml
@@ -16,5 +16,5 @@ before_install:
16
17
# TODO: coveralls?
18
script:
19
- - docker run -i -t -v `pwd`:/app:rw -w /app mrq_local $PYTHON_BIN -m pytest tests/ -v --junitxml=pytest-report.xml --html=pytest-report.html --cov mrq --cov-report term
+ - docker run -i -t -v `pwd`:/app:rw -w /app mrq_local $PYTHON_BIN -m pytest tests/ -v --junitxml=pytest-report.xml --cov mrq --cov-report term
20
0 commit comments