]> git.phdru.name Git - m_librarian.git/blobdiff - .travis.yml
Tests: Run tests with Python 3.8
[m_librarian.git] / .travis.yml
index a5004c58dae2c315dc0e7e803b07046bec541eae..702671ec850a42452fb48d4757089c544d1f8fd0 100644 (file)
@@ -1,11 +1,6 @@
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
-  only:
-    - master
+os: linux
 
-# Prefer docker containers
-sudo: required
+dist: xenial
 
 language: python
 
@@ -25,13 +20,13 @@ matrix:
   - python: "3.6"
     env: TOXENV=py36
   - python: "3.7"
-    dist: xenial
     env: TOXENV=py37
+  - python: "3.8"
+    env: TOXENV=py38
   - python: "2.7"
     env: TOXENV=py27-flake8
-  - python: "3.7"
-    dist: xenial
-    env: TOXENV=py37-flake8
+  - python: "3.8"
+    env: TOXENV=py38-flake8
 
 install:
   - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu