Commit ed17da94 authored by Jeroen Demeyer's avatar Jeroen Demeyer Committed by Stefan Behnel

Travis CI: make CPython 3.8 tests mandatory (GH-3099)

parent 4e02338e
......@@ -64,8 +64,13 @@ matrix:
- python: 3.6
env: BACKEND=cpp
- python: 3.8-dev
dist: xenial # Required for Python 3.7
dist: xenial # Required for Python 3.8
sudo: required # travis-ci/travis-ci#9069
env: BACKEND=c
- python: 3.8-dev
dist: xenial # Required for Python 3.8
sudo: required # travis-ci/travis-ci#9069
env: BACKEND=cpp
- os: osx
osx_image: xcode6.4
env: PY=2
......@@ -91,9 +96,6 @@ matrix:
allow_failures:
- python: pypy
- python: pypy3
- python: 3.8-dev
#- env: STACKLESS=true BACKEND=c PY=2
#- env: STACKLESS=true BACKEND=c PY=3
branches:
only:
......
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