Merge pull request #86 from frmatias/patch-2

Update .travis.yml
This commit is contained in:
Harshil 2017-06-21 08:59:47 +05:30 committed by GitHub
commit e74b99515b

View File

@ -6,8 +6,7 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.6-dev" - "3.6-dev"
- "3.7-dev"
- "nightly"
install: install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi
- if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi - if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi