]> git.phdru.name Git - ppu.git/blobdiff - .travis.yml
Tests: Run tests with Python 3.8
[ppu.git] / .travis.yml
index 296296e3a2f9d5ca9688d837d865366a798372d2..da0836a7d916b4cddc031c98c1ad4c784487380c 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,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