Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Dec 4, 2015
1 parent 4cd1533 commit 73f921f
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
Expand Up @@ -11,15 +11,15 @@ python:
# - "3.5-dev" # 3.5 development branch
# - "nightly" # currently points to 3.6-dev
env:
- PYMONGO_VERSION=2.6
- PYMONGO_VERSION=>=2.6
- PYMONGO_VERSION="==2.6"
- PYMONGO_VERSION=">=2.6"
# command to install dependencies
services:
- mongodb
install:
- pip install -r requirements.txt
- pip install coveralls
- pip install pymongo==$PYMONGO_VERSION
- pip install pymongo$PYMONGO_VERSION
- pip freeze
# command to run tests
script: coverage run --source=./ manage.py test
Expand Down

0 comments on commit 73f921f

Please sign in to comment.