Skip to content

Commit

Permalink
travis: Pick better versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Mar 3, 2018
1 parent c535aa6 commit 805b3cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
services: mongodb
env:
- PYMONGO_VERSION='>=2.6,<2.9'
- PYMONGO_VERSION='>=3.5,<3.6'
- PYMONGO_VERSION='<3'
- PYMONGO_VERSION='<3.6'
- PYMONGO_VERSION='' # Allow latest
install:
- pip install --use-mirrors "pymongo $PYMONGO_VERSION"
Expand Down

0 comments on commit 805b3cf

Please sign in to comment.