-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.travis.yml
45 lines (40 loc) · 898 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
33
34
35
36
37
38
39
40
41
42
43
44
45
conditions: v1
matrix:
include:
- language: rust
rust: stable
env:
- RUST_TESTS=true
- language: python
python: 3.6
env:
- PYTHON_TESTS=true
- TOXENV=py36
- if: branch = master
language: python
python: 3.7
# cf https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
sudo: true
env:
- PYTHON_TESTS=true
- TOXENV=py37
- if: branch = master
language: python
python: 3.8
# cf https://github.com/travis-ci/travis-ci/issues/9815
dist: xenial
sudo: true
env:
- PYTHON_TESTS=true
- TOXENV=py38
before_install: . ./.travis/before_install.sh
install:
- ./.travis/install.sh
script:
- ./.travis/test.sh
before_script:
- echo $TRAVIS_COMMIT
- echo $TRAVIS_TAG
- echo $TRAVIS_BRANCH
- echo $TRAVIS_BUILD_NUMBER