We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871fdd2 commit 961067fCopy full SHA for 961067f
.travis.yml
@@ -91,7 +91,7 @@ jobs:
91
install:
92
- pip install -r tests/acceptance/requirements.txt
93
script:
94
- - pytest -vv -rA --diff-type=split tests/acceptance/test_acceptance/ --host http://localhost:8080
+ - pytest -vv --diff-type=split tests/acceptance/test_acceptance/ --host http://localhost:8080
95
96
- stage: Test Build using latest tag (no upload)
97
name: linux
0 commit comments