mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use Python 3.5 in Travis (#5467)
This commit is contained in:
parent
2a9358ab03
commit
4c71a67e3f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user