pip/.travis.yml

68 lines
1.6 KiB
YAML
Raw Normal View History

language: python
2018-03-01 15:10:05 +01:00
cache: pip
2018-12-08 04:46:19 +01:00
dist: xenial
2019-10-15 21:07:03 +02:00
python: 3.8
addons:
apt:
packages:
- bzr
2018-05-29 21:14:34 +02:00
stages:
- primary
- secondary
2020-03-23 10:05:04 +01:00
- experimental
2018-05-29 21:14:34 +02:00
jobs:
include:
# Basic Checks
2018-05-29 21:14:34 +02:00
- stage: primary
env: TOXENV=docs
- env: TOXENV=lint
- env: TOXENV=vendoring
2018-12-09 07:34:46 +01:00
2018-05-29 21:14:34 +02:00
# Complete checking for ensuring compatibility
# PyPy
2018-05-29 21:14:34 +02:00
- stage: secondary
env: GROUP=1
2019-10-30 00:08:36 +01:00
python: pypy3.5-7.0.0
- env: GROUP=2
2019-10-30 00:08:36 +01:00
python: pypy3.5-7.0.0
- env: GROUP=1
2019-10-30 00:08:36 +01:00
python: pypy2.7-7.1.1
- env: GROUP=2
2019-10-30 00:08:36 +01:00
python: pypy2.7-7.1.1
# Test experimental stuff that are not part of the standard pip usage.
# Helpful for developers working on them to see how they're doing.
- stage: experimental
env:
- GROUP=1
- NEW_RESOLVER=1
- env:
- GROUP=2
- NEW_RESOLVER=1
- env:
- GROUP=3
- NEW_RESOLVER=1
fast_finish: true
allow_failures:
- env:
- GROUP=3
- NEW_RESOLVER=1
2018-06-15 18:24:55 +02:00
before_install: tools/travis/setup.sh
install: travis_retry tools/travis/install.sh
script: tools/travis/run.sh
notifications:
irc:
channels:
2017-05-29 07:26:31 +02:00
# This is set to a secure variable to prevent forks from notifying the
# IRC channel whenever they fail a build. This can be removed when travis
# implements https://github.com/travis-ci/travis-ci/issues/1094.
# The actual value here is: irc.freenode.org#pypa-dev
- secure: zAlwcmrDThlRsZz7CPDGpj4ABTzf7bc/zQXYtvIuqmSj0yJMAwsO5Vx/+qdTGYBvmW/oHw2s/uUgtkZzntSQiVQToKMag2fs0d3wV5bLJQUE2Si2jnH2JOQo3JZWSo9HOqL6WYmlKGI8lH9FVTdVLgpeJmIpLy1bN4zx4/TiJjc=
skip_join: true
use_notice: true