]> git.phdru.name Git - mimedecode.git/blobdiff - .travis.yml
Tests: Run tests with Python 3.8
[mimedecode.git] / .travis.yml
index fc8ae1f2b787cd844c441ebfbc24512eff4f9eb4..539ebac9a8ff6d5403bff717c79c5b889c7a183b 100644 (file)
@@ -1,3 +1,7 @@
+os: linux
+
+dist: xenial
+
 language: python
 
 python:
@@ -16,8 +20,9 @@ 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