mirror of https://github.com/tqdm/tqdm.git
skip failing builds for now
This commit is contained in:
parent
121477a659
commit
c23720c280
14
.travis.yml
14
.travis.yml
|
@ -22,11 +22,11 @@ stages:
|
||||||
- test
|
- test
|
||||||
- name: deploy
|
- name: deploy
|
||||||
if: repo = tqdm/tqdm
|
if: repo = tqdm/tqdm
|
||||||
- failing
|
- name: development
|
||||||
|
if: false
|
||||||
jobs:
|
jobs:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: windows
|
- stage: development
|
||||||
- os: osx
|
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
name: py2.6
|
name: py2.6
|
||||||
|
@ -57,7 +57,7 @@ jobs:
|
||||||
- name: pypy3.5
|
- name: pypy3.5
|
||||||
python: pypy3.5-5.10.0
|
python: pypy3.5-5.10.0
|
||||||
env: TOXENV=pypy3
|
env: TOXENV=pypy3
|
||||||
- stage: failing
|
- stage: development
|
||||||
name: py2.7-win
|
name: py2.7-win
|
||||||
os: windows
|
os: windows
|
||||||
language: shell
|
language: shell
|
||||||
|
@ -84,11 +84,13 @@ jobs:
|
||||||
before_install: *before_install_win
|
before_install: *before_install_win
|
||||||
install: *install_win
|
install: *install_win
|
||||||
script: *script_win
|
script: *script_win
|
||||||
- name: py2.7-osx
|
- stage: test
|
||||||
|
name: py2.7-osx
|
||||||
os: osx
|
os: osx
|
||||||
language: shell
|
language: shell
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- name: py3.7-osx
|
- stage: development
|
||||||
|
name: py3.7-osx
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode11.2 # py3.7
|
osx_image: xcode11.2 # py3.7
|
||||||
language: shell
|
language: shell
|
||||||
|
|
Loading…
Reference in New Issue