travis: update python versions

3.4 is no longer available in bionic-based travis. Use this occasion to
add 3.6 and 3.7.

QubesOS/qubes-issues#4613
This commit is contained in:
Marek Marczykowski-Górecki 2019-10-23 15:27:58 +02:00
parent c110f98fdf
commit 9f0dc7dc34
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -22,11 +22,13 @@ jobs:
- env: TESTS_ONLY=1 - env: TESTS_ONLY=1
python: 2.7 python: 2.7
- env: TESTS_ONLY=1 - env: TESTS_ONLY=1
python: 3.4 python: 3.5
- env: TESTS_ONLY=1 - env: TESTS_ONLY=1
python: 3.5 python: 3.6
- env: TESTS_ONLY=1
python: 3.7
- stage: deploy - stage: deploy
python: 3.5 python: 3.6
env: DIST_DOM0=fc29 TESTS_ONLY= env: DIST_DOM0=fc29 TESTS_ONLY=
script: ~/qubes-builder/scripts/travis-deploy script: ~/qubes-builder/scripts/travis-deploy