Skip to content

Commit

Permalink
new travis files
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 13, 2017
1 parent a2b6329 commit 036e292
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ python:
- "pypy2.7-5.8.0"
- "pypy3.5-5.8.0"
services: mongodb
before_install:
- if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then pip install --upgrade pip setuptools; fi
install:
- if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install "pymongo<3.3"; fi
- pip install "pkginfo<1.3"
Expand Down

0 comments on commit 036e292

Please sign in to comment.