Skip to content

Commit 17c101b

Browse files
author
Ben Vinegar
committed
fix: Force Python 3.8 on Travis
1 parent da253f4 commit 17c101b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- make test
1212
- stage: deploy
1313
language: python
14+
python:
15+
- "3.8"
1416
env:
1517
- PATH=$PATH:${HOME}/google-cloud-sdk/bin
1618
PYTHONPATH=${PYTHONPATH}:${GAE_PYTHONPATH} CLOUDSDK_CORE_DISABLE_PROMPTS=1

0 commit comments

Comments
 (0)