forked from python-trio/trio-asyncio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
40 lines (38 loc) · 902 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
language: python
python:
- 3.6
- 3.6-dev
sudo: false
dist: trusty
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.7
dist: xenial
sudo: required
- python: 3.7-dev
dist: xenial
sudo: required
- 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
- 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