pip/.travis.yml

33 lines
548 B
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
2020-10-19 17:39:01 +02:00
python: 3.9
addons:
apt:
packages:
- bzr
2018-05-29 21:14:34 +02:00
stages:
- primary
- secondary
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
2020-12-19 16:57:49 +01:00
python: pypy3.6-7.3.1
- env: GROUP=2
2020-12-19 16:57:49 +01:00
python: pypy3.6-7.3.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