Skip to content

Commit

Permalink
fix: setuptools for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 12, 2022
1 parent a246d8b commit 55c3f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ matrix:
dist: xenial
services: mongodb
before_install:
- pip install --upgrade pip setuptools
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install "pip<22" setuptools; else pip install --upgrade pip setuptools; fi
install:
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi
- pip install "pymongo<4"
Expand Down

0 comments on commit 55c3f9a

Please sign in to comment.