forked from pyppeteer/pyppeteer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (31 loc) · 818 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
# Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
matrix:
include:
- dist: xenial
python: 3.5
env: TOXENV="py35"
- dist: xenial
python: 3.6
env: TOXENV="py36"
- dist: xenial
python: 3.7
env: TOXENV="py37,doit,codecov"
- os: osx
osx_image: xcode10.2 # Python 3.7.2 running on macOS 10.14.3
language: shell
env: TOXENV="py37"
before_install: python3 --version
- os: windows
language: shell
before_install: choco install python
env:
- PATH=/c/Python37:/c/Python37/Scripts:$PATH
TOXENV="py37"
allow_failures:
- os: windows # windows build is unstable on Travis
install:
- pip3 install tox
script:
- tox