Commit 37639717 authored by Godefroid Chapelle's avatar Godefroid Chapelle

Problem: no CI for Python 3.9

Solution: enable it on Travis, allowing failures
parent d38b743b
......@@ -5,6 +5,11 @@ env:
- PYTHON_VER=3.6
- PYTHON_VER=3.7
- PYTHON_VER=3.8
- PYTHON_VER=3.9
jobs:
allow_failures:
- env: PYTHON_VER=3.9
services:
- docker
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment