Skip to content

Commit

Permalink
Small travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 22, 2020
1 parent 4f4bdc1 commit 5c1357d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi
- pip install -r requirements.txt
- pip install -r extra.txt
- pip install coveralls
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then pip install coveralls; fi
env:
- ADAPTER=mongo HTTPBIN=httpbin.bemisc.com
- ADAPTER=tiny HTTPBIN=httpbin.bemisc.com
Expand Down

0 comments on commit 5c1357d

Please sign in to comment.