Commit f70d9652 authored by Stefan Behnel's avatar Stefan Behnel

Include Py3.9 in travis build matrix.

parent 1d293941
...@@ -19,6 +19,7 @@ cache: ...@@ -19,6 +19,7 @@ cache:
python: python:
- 3.8 - 3.8
- 2.7 - 2.7
- 3.9-dev
- 3.7 - 3.7
- 3.6 - 3.6
- 3.5 - 3.5
...@@ -72,6 +73,7 @@ matrix: ...@@ -72,6 +73,7 @@ matrix:
- python: pypy3 - python: pypy3
env: BACKEND=c env: BACKEND=c
allow_failures: allow_failures:
- python: 3.9-dev
- python: pypy - python: pypy
- python: pypy3 - python: pypy3
......
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