Skip to content

Commit

Permalink
New conditional just for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 5, 2020
1 parent 9cd0e58 commit 3780e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -32,7 +32,7 @@ services: mongodb
before_install:
- pip install --upgrade pip setuptools
install:
- pip install tinydb<4
- if [[ $TRAVIS_PYTHON_VERSION == "pypy*" ]]; then pip install "tinydb<4"; fi
- pip install -r requirements.txt
- pip install -r extra.txt
- pip install coveralls
Expand Down

0 comments on commit 3780e90

Please sign in to comment.