Skip to content

Commit

Permalink
fix: travis issue upgrading pip
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 14, 2024
1 parent 53e7a1a commit 2bb7fda
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 @@ services:
- mongodb
- redis-server
before_install:
- pip install --upgrade pip setuptools
- pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host --upgrade pip setuptools
install:
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi
- pip install "pymongo<3.13"
Expand Down

0 comments on commit 2bb7fda

Please sign in to comment.