]> git.phdru.name Git - m_librarian.git/blobdiff - .travis.yml
Fix(m_librarian/web/views/Makefile): `compile` -> `compileall`
[m_librarian.git] / .travis.yml
index 31246e39cb8c83c5e7fcbc5b0fea7fcb417884e0..e5d05742ad2f99f70cb0cf441298737e8b06faf9 100644 (file)
@@ -1,3 +1,7 @@
+os: linux
+
+dist: xenial
+
 language: python
 
 python:
@@ -16,16 +20,16 @@ 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
+  - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox ppu
 
 script:
   - tox