Skip to content

Commit 1af0cbd

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

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.travis.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
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+
language: python
19+
env: NODE_GYP_FORCE_PYTHON=python3
1020
script:
1121
- make test
12-
- stage: deploy
22+
- name: deploy
1323
language: python
14-
python:
15-
- "3.8"
24+
python: 3.8
1625
env:
1726
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
1827
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1

0 commit comments

Comments
 (0)