Skip to content

Commit

Permalink
fix: automation issue with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 21, 2024
1 parent 473e395 commit 0efed28
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 @@ -20,7 +20,7 @@ install:
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; fi
env:
- HTTPBIN=httpbin.bemisc.com
- PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" HTTPBIN=httpbin.bemisc.com
script: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage run --source=netius setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coveralls; fi
notifications:
Expand Down

0 comments on commit 0efed28

Please sign in to comment.