travis: drop python 3.4, add python 3.6 and 3.7

Python 3.4 is EOL, and not supported by recent lxml already.
This also means dropping jessie tests.
This commit is contained in:
Marek Marczykowski-Górecki 2019-07-29 21:06:20 +02:00
parent b8ddb39752
commit 291382c6b9
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -3,8 +3,9 @@ dist: xenial
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7'
install:
- pip install --quiet docutils
- pip install --quiet -r ci/requirements.txt
@ -28,8 +29,6 @@ jobs:
python: '3.5'
- env: DISTS_VM=fc30 USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TESTS_ONLY=
python: '3.5'
- env: DISTS_VM=jessie USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TESTS_ONLY=
python: '3.4'
- env: DISTS_VM=stretch USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TESTS_ONLY=
python: '3.5'
- env: DISTS_VM=buster USE_QUBES_REPO_VERSION=4.0 USE_QUBES_REPO_TESTING=1 TESTS_ONLY=