Skip to content

Commit

Permalink
fix: travis install
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jun 9, 2024
1 parent 2f8f2f3 commit d09363a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ before_install:
install:
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; fi
env:
- PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org"
script: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage run --source=eadapters setup.py test; else python setup.py test; fi
after_success: if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coveralls; fi

0 comments on commit d09363a

Please sign in to comment.