Skip to content

Commit

Permalink
updated pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Jan 18, 2021
1 parent ae18027 commit c3cdc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- ./APIFuzzer -h
- pip3 install -r test/requirements_for_test.txt
- python3 test/test_application.py&
- pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test
- pytest -x --hypothesis-show-statistics --cov-report html --cov=apifuzzer --html=pytest.html --self-contained-html --durations=10 --show-capture=stdout -vv -rP test
after_script:
- coverage xml
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.8" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 comments on commit c3cdc78

Please sign in to comment.