Skip to content

Commit

Permalink
fix: PIP_TRUSTED_HOST value in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 14, 2024
1 parent d037bc3 commit 5cfa4a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ install:
- pip install -r requirements.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
- ADAPTER=tiny
- PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" ADAPTER=mongo
- PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" ADAPTER=tiny
script: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage run --source=appier_extras setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coveralls; fi

0 comments on commit 5cfa4a8

Please sign in to comment.