forked from sepandhaghighi/art
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (41 loc) · 864 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
language: python
matrix:
allow_failures:
- os: linux
python: nightly
dist: xenial
- os: linux
python: 3.4
- os: linux
python: 2.7
include:
- os: linux
python: 3.7
dist: xenial
- os: linux
python: 3.6
- os: linux
python: 3.5
- os: linux
python: 3.4
- os: linux
python: 2.7
- os: osx
language: generic
env: TOXENV=py36
- os: linux
python: 3.7-dev
dist: xenial
- os: linux
python: 3.8-dev
dist: xenial
- os: linux
python: nightly
dist: xenial
install:
- chmod +x .travis/install.sh
- ./.travis/install.sh
before_script:
- chmod +x .travis/test.sh
script:
- ./.travis/test.sh