Skip to content

Commit d7410a7

Browse files
committed
fix(travis): test pyton 3.8
1 parent bb9ae99 commit d7410a7

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

.travis.yml

+18-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
1-
sudo: false
1+
dist: xenial
2+
language: python
3+
os: linux
4+
addons:
5+
homebrew:
6+
update: true
7+
packages:
8+
- npm
9+
- pyenv
210
cache:
311
directories:
412
- node_modules
5-
- "$HOME/google-cloud-sdk/"
13+
- '$HOME/google-cloud-sdk/'
614
jobs:
715
include:
8-
- stage: test
9-
language: node_js
16+
- name: test
17+
python: 3.8
18+
node_js: 16.17.1
19+
language: python
20+
env: NODE_GYP_FORCE_PYTHON=python3
1021
script:
1122
- make test
12-
- stage: deploy
23+
- name: deploy
1324
language: python
14-
python:
15-
- "3.8"
25+
python: 3.8
26+
node_js: 16.17.1
1627
env:
1728
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
1829
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1

0 commit comments

Comments
 (0)