提交 172cf745 编写于 作者: W wuzewu

Update ci config

上级 e5e8afc3
language: python language: python
python: jobs:
- '2.7' include:
- '3.5' - name: "CI on Windows/Python3.6"
- '3.6' os: windows
python: 3.6
- name: "CI on MacOS/Python3.6"
os: osx
python: 3.6
- name: "CI on Linux/Python3.6"
os: linux
python: 3.6
- name: "CI on Linux/Python3.5"
os: linux
python: 3.5
- name: "CI on Linux/Python2.7"
os: linux
python: 2.7
env: install:
- PYTHONPATH=${PWD} - pip install --upgrade paddlepaddle
- pip install -r requirements.txt
- pip install .
script: script:
- if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi - if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then /bin/bash ./scripts/check_code_style.sh; fi
- pip install paddlepaddle; /bin/bash ./scripts/test_cml.sh - /bin/bash ./scripts/test_cml.sh
- /bin/bash ./scripts/test_all_module.sh - /bin/bash ./scripts/test_all_module.sh
notifications: notifications:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册