Skip to content

Commit

Permalink
fix: removed python 3.7 version from travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 26, 2022
1 parent a599897 commit 7bfb9e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -8,8 +8,6 @@ python:
- "pypy3"
matrix:
include:
- python: 3.7
dist: xenial
- python: 3.8
dist: xenial
- python: 3.9
Expand All @@ -20,7 +18,7 @@ matrix:
dist: xenial
services: mongodb
before_install:
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install "pip<22" setuptools; else pip install --upgrade pip setuptools; fi
- pip install --upgrade pip setuptools
install:
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi
- pip install "pymongo<4"
Expand Down

0 comments on commit 7bfb9e9

Please sign in to comment.