Skip to content

Commit

Permalink
new python version validation
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 13, 2017
1 parent 96f03ab commit 46d0c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ python:
- "pypy3.5-5.8.0"
services: mongodb
before_install:
- if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]]; then pip install --upgrade pip setuptools; fi
- if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]] && [[ $TRAVIS_PYTHON_VERSION != "pypy3-2.4.0" ]]; then pip install --upgrade pip setuptools; fi
install:
- if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install "pymongo<3.3"; fi
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install "pillow<4.0"; fi
Expand Down

0 comments on commit 46d0c75

Please sign in to comment.