Skip to content

Commit

Permalink
fix: removed extra character
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 16, 2022
1 parent 807a6ca commit 40cba7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ services: mongodb
before_install:
- pip install --upgrade pip setuptools
install:
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi´
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi
- pip install "pymongo<3.13"
- pip install -r requirements.py2.txt
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; fi
Expand Down

0 comments on commit 40cba7a

Please sign in to comment.