Only test install on scheduled builds.
This commit is contained in:
parent
7818e57ead
commit
4a318a46c2
@ -63,6 +63,7 @@ matrix:
|
|||||||
python: 2.7
|
python: 2.7
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
|
if: type = cron
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
dist: xenial
|
dist: xenial
|
||||||
@ -70,16 +71,19 @@ matrix:
|
|||||||
python: 3.7
|
python: 3.7
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
|
if: type = cron
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
python: 2.7
|
python: 2.7
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
|
if: type = cron
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
python: ">=3.6"
|
python: ">=3.6"
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
|
if: type = cron
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 3.3
|
- python: 3.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user