]> git.phdru.name Git - m_librarian.git/blobdiff - .travis.yml
Test,CI: Run tests with Python 3.9
[m_librarian.git] / .travis.yml
index bc2f57404d0864ddd5a4dd8ddd7ded7f74f31dc0..3cac068de6745a1c4b30dbf7ac049b7637c1b2d9 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,16 +20,18 @@ matrix:
   - python: "3.6"
     env: TOXENV=py36
   - python: "3.7"
-    dist: xenial
     env: TOXENV=py37
+  - python: "3.8"
+    env: TOXENV=py38
+  - python: "3.9"
+    env: TOXENV=py39
   - python: "2.7"
     env: TOXENV=py27-flake8
-  - python: "3.7"
-    dist: xenial
-    env: TOXENV=py37-flake8
+  - python: "3.9"
+    env: TOXENV=py39-flake8
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox ppu
 
 script:
   - tox