Skip to content

Commit

Permalink
fix: removed coverage from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 5, 2024
1 parent 7a91f68 commit 62c577b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ install:
- pip install "pymongo<3.13"
- pip install -r requirements.py2.txt
- pip install -r extra.py2.txt
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; fi
env:
- PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" ADAPTER=mongo HTTPBIN=httpbin.bemisc.com
- PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" ADAPTER=tiny HTTPBIN=httpbin.bemisc.com
script: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage run --source=appier setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coveralls; fi
script: python setup.py test

0 comments on commit 62c577b

Please sign in to comment.