Use Python 3.5 in Travis (#5467)

This commit is contained in:
jonpas 2017-09-01 05:34:24 +02:00 committed by GitHub
parent 2a9358ab03
commit 4c71a67e3f

View File

@ -4,7 +4,7 @@ branches:
- release - release
language: python language: python
python: python:
- '3.4' - '3.5'
before_script: before_script:
- if [ -n "${GH_TOKEN}" ] && [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then - if [ -n "${GH_TOKEN}" ] && [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
pip install pygithub; pip install pygithub;