Commit 2d89fddb authored by Stefan Behnel's avatar Stefan Behnel

Start testing against Py3.8 as soon as travis has it.

parent 4326a61d
...@@ -26,8 +26,8 @@ python: ...@@ -26,8 +26,8 @@ python:
- 3.3 - 3.3
- 3.4 - 3.4
- 3.5 - 3.5
- 3.6-dev
- 3.7-dev - 3.7-dev
- 3.8-dev
- pypy - pypy
- pypy3 - pypy3
...@@ -81,6 +81,7 @@ matrix: ...@@ -81,6 +81,7 @@ matrix:
allow_failures: allow_failures:
- python: pypy - python: pypy
- python: pypy3 - python: pypy3
- python: 3.8-dev
- env: STACKLESS=true BACKEND=c - env: STACKLESS=true BACKEND=c
exclude: exclude:
- python: pypy - python: pypy
......
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