Skip to content

Commit

Permalink
Fix deploys on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rycus86 committed Aug 31, 2020
1 parent 4925a90 commit 000ccda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_script:
script:
# python tests
- python -m coverage run --branch --source=prometheus_flask_exporter -m unittest discover -s tests -v
after_success:
after_script:
# coverage reports
- python -m coverage report -m
- python -m coverage xml
Expand All @@ -35,7 +35,7 @@ jobs:
stage: integration
sudo: true
before_script: skip
after_success: skip
after_script: skip
script:
- sh examples/${TEST_NAME}/run_tests.sh
env: TEST_NAME=gunicorn
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- stage: deploy
script: skip
before_script: skip
after_success: skip
after_script: skip
before_deploy:
- pip install setuptools wheel twine
deploy:
Expand All @@ -87,6 +87,6 @@ jobs:

- stage: verify
before_script: skip
after_success: skip
after_script: skip
script:
- pip install prometheus-flask-exporter

0 comments on commit 000ccda

Please sign in to comment.