]> git.phdru.name Git - mimedecode.git/blobdiff - .travis.yml
CI: pip<21 for Python 2.7
[mimedecode.git] / .travis.yml
index f353ef28d7b7523a2531a74309ce9be95bcebdac..bcb4d075522255c7789820fc0634fd3e5abc0983 100644 (file)
@@ -1,10 +1,6 @@
-# Config file for automatic testing at travis-ci.org
+os: linux
 
-# Only test master and pull requests; skip tags.
-# Other branches can allow themselves.
-branches:
-  only:
-    - master
+dist: xenial
 
 language: python
 
@@ -24,13 +20,14 @@ matrix:
   - python: "3.6"
     env: TOXENV=py36
   - python: "3.7"
-    dist: xenial
     env: TOXENV=py37
+  - python: "3.8"
+    env: TOXENV=py38
   - python: "pypy"
     env: TOXENV=pypy
 
 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