-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.travis.yml
More file actions
38 lines (37 loc) · 824 Bytes
/
.travis.yml
File metadata and controls
38 lines (37 loc) · 824 Bytes
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
language: python
matrix:
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: linux
python: 3.7-dev
dist: xenial
- os: linux
python: 3.8-dev
dist: xenial
- os: linux
python: nightly
dist: xenial
allow_failures:
- os: linux
python: 3.4
- os: linux
python: 2.7
install:
- pip install -r requirements.txt
- python setup.py install
- python -m orangetool
before_script:
- pip install --upgrade --upgrade-strategy=only-if-needed -r dev-requirements.txt
- chmod +x test.sh
script:
- sh test.sh