Browse Source

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.
Marek Marczykowski-Górecki 4 years ago
parent
commit
291382c6b9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

@@ -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=