]> git.phdru.name Git - ppu.git/blobdiff - .travis.yml
Test,CI: Run tests with Python 3.9
[ppu.git] / .travis.yml
index 649e518a19cfe28d2b34610993e79e53ba8528f3..08c12fa7274aa0fc8465cbb66122e5db7ce5f898 100644 (file)
@@ -23,10 +23,12 @@ matrix:
     env: TOXENV=py37
   - python: "3.8"
     env: TOXENV=py38
+  - python: "3.9"
+    env: TOXENV=py39
   - python: "2.7"
     env: TOXENV=py27-flake8
-  - python: "3.8"
-    env: TOXENV=py38-flake8
+  - python: "3.9"
+    env: TOXENV=py39-flake8
 
 install:
   - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox