8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b424c85 commit 04c8249Copy full SHA for 04c8249
.travis.yml
@@ -160,13 +160,13 @@ before_script: |
160
script:
161
# each script we want to run need to go in it's own section and the program you want
162
# to fail travis need to be the last thing called
163
- - |
164
- echo "Calling pytest with the following arguments: $PYTEST_ADDOPTS"
165
- python -mpytest
166
- |
167
if [[ $RUN_FLAKE8 == 1 ]]; then
168
flake8 --statistics && echo "Flake8 passed without any issues!"
169
fi
+ - |
+ echo "Calling pytest with the following arguments: $PYTEST_ADDOPTS"
+ python -mpytest
170
171
172
before_cache: |
0 commit comments