Skip to content

Commit 961067f

Browse files
authored
fix: made pytest output simpler, no error messages (#204)
1 parent 871fdd2 commit 961067f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
install:
9292
- pip install -r tests/acceptance/requirements.txt
9393
script:
94-
- pytest -vv -rA --diff-type=split tests/acceptance/test_acceptance/ --host http://localhost:8080
94+
- pytest -vv --diff-type=split tests/acceptance/test_acceptance/ --host http://localhost:8080
9595

9696
- stage: Test Build using latest tag (no upload)
9797
name: linux

0 commit comments

Comments
 (0)