Skip to content

Commit

Permalink
Reorganize CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oremanj committed Jan 6, 2020
1 parent 4ef8e3e commit 0e35011
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
28 changes: 5 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,22 @@
language: python
python:
- 3.6
- 3.6-dev
sudo: false
dist: trusty
dist: xenial

matrix:
include:
# As of 2018-07-05, Travis's 3.7 and 3.8 builds only work if you
# use dist: xenial AND sudo: required
# See: https://github.com/python-trio/trio/pull/556#issuecomment-402879391
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: required
- python: 3.7-dev
dist: xenial
sudo: required
- python: 3.8
- python: 3.8-dev
dist: xenial
sudo: required
# - os: linux
# language: generic
# env: USE_PYPY_RELEASE_VERSION=5.9-beta
# Uncomment if you want to test on pypy nightly
# - os: linux
# language: generic
# env: USE_PYPY_NIGHTLY=1
- python: nightly
- os: osx
language: generic
env: MACPYTHON=3.6.3
- python: 3.6
env: CHECK_DOCS=1
- python: 3.6
env: CHECK_FORMATTING=1
allow_failures:
- python: 3.8-dev

script:
- ci/travis.sh
2 changes: 2 additions & 0 deletions newsfragments/66.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Substantially reorganize monkeypatching for asyncio event loop and event loop policy
accessors, fixing support for Python 3.8.

0 comments on commit 0e35011

Please sign in to comment.