forked from pybuilder/pybuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
53 lines (52 loc) · 1.36 KB
/
.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
41
42
43
44
45
46
47
48
49
50
51
52
53
language: c
dist: bionic
addons:
apt_packages:
- pandoc
branches:
only:
- master
- doc/sphinxdoc
- 0.11
os:
- linux
- osx
- windows
osx_image: xcode11.3
env:
jobs:
- PYTHON_VERSION="3.8.2"
- PYTHON_VERSION="2.7.17"
- PYTHON_VERSION="3.7.6"
- PYTHON_VERSION="3.6.8"
- PYTHON_VERSION="3.5.4"
- PYTHON_VERSION="pypy3.6-7.3.0"
- PYTHON_VERSION="pypy2.7-7.3.0"
- PYTHON_VERSION="pypy3.5-7.0.0"
global:
- DEPLOY_BRANCHES: "'master 0.11'"
- DEPLOY_PYTHONS: "'2.7.17 3.8.2'"
- DEPLOY_OSES: "'linux'"
- PYB_ARGS: "'-E ci -v -X analyze install'"
- TWINE_USERNAME: pybuilder-travis2
- secure: D49QJr9Z4v9yz9VObFw0q44o2fy3YBjI48b6+Vb1qr2RNMF5GpVj+xWFTr9j1qMw7ilfwWCEKlHytKmh/OSOStUcd1vTlasGz8YefBCP8iIbvp9M6qcBKqMlp8f/6uxwUxak+OMvj5WuKwtyIUy8L9JwDxd02Q12MUW6SNtu2Lo=
jobs:
exclude:
- os: windows
env: PYTHON_VERSION="pypy2.7-7.3.0"
- os: windows
env: PYTHON_VERSION="pypy3.5-7.0.0"
- os: windows
env: PYTHON_VERSION="pypy3.6-7.3.0"
allow_failures:
- if: env(PYTHON_VERSION) =~ /^pypy.+$/
cache:
directories:
- $HOME/.pyenv
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/3e07f25a6c20d8c6c172
on_cancel: never # default: always
install: travis_wait 30 python travis/travis_shim.py install
script: travis_wait 60 python travis/travis_shim.py build