remove -s on Travis

now that we have better reporting of failures
pull/229/head
Min RK 2018-02-09 17:57:36 +01:00
rodzic faf293ec93
commit 27197ed6c3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ install:
script:
# cd into tests so CWD being repo2docker does not hide
# possible issues with MANIFEST.in
- cd tests && pytest --cov repo2docker -s -v ${REPO_TYPE}
- cd tests && pytest --cov repo2docker -v ${REPO_TYPE}
after_success:
- pip install codecov
- codecov