forked from FISCO-BCOS/FISCO-BCOS-DOC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
32 lines (32 loc) · 799 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: python
git:
depth: 50
lfs_skip_smudge: true
matrix:
include:
- name: "Python 3.7.1 on Xenial Linux"
python: 3.7 # this works for Linux but is ignored on macOS or Windows
dist: xenial # required for Python >= 3.7
# - name: "Python 3.7.2 on macOS"
# os: osx
# osx_image: xcode10.14.3 # Python 3.7.2 running on macOS 10.14.3
# language: shell # 'language: python' is an error on Travis CI macOS
# before_install:
# - bash init_env.sh -p
# - source ~/.bashrc
# - pyenv global 3.7.3
addons:
apt:
packages:
- openssl
- curl
# homebrew:
# packages:
# - openssl
# - curl
install:
- python --version
- pip install -r requirements.txt
- make html
script: |
bash .ci/ci_check.sh