forked from tkem/mopidy-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (37 loc) · 785 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
matrix:
include:
- language: android
android:
components:
- tools
- platform-tools
- tools
- extra
- build-tools-29.0.2
- android-29
script:
- cordova platform add android
- cordova build android -- --packageType=bundle
- language: python
python: 2.7
install: pip install tox
script: tox -e flake8,py27
- language: python
python: 3.7
install: pip install tox
script: tox -e flake8,py37
- language: python
python: 3.8
install: pip install tox
script: tox -e flake8,py38
- language: python
python: 3.9
install: pip install tox
script: tox -e flake8,py39
before_install:
- nvm install 10
install:
- npm install -g cordova gulp
- npm install
- gulp install
- gulp dist