Skip to content

Introduce stages in .travis.yml #319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 16 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,43 @@ install:
- pip install virtualenv tox wheel
- tox --version

stages:
- check
- test

script: tox -v

matrix:
include:

- python: "3.6"
- stage: check
python: 3.6
env: TOXENV=checks

- python: "3.8"
- stage: test
dist: xenial
env: TOXENV=mypy

- python: "3.6"
python: "3.6"
env: TOXENV=py36

- python: "3.7"
- stage: test
dist: xenial
python: "3.7"
env: TOXENV=py37

- python: "3.8"
- stage: test
dist: xenial
python: "3.8"
env: TOXENV=py38

- python: "3.9-dev"
- stage: test
dist: bionic
python: "3.9-dev"
env: TOXENV=py39

- python: "nightly"
- stage: test
dist: bionic
python: "nightly"
env: TOXENV=py310

- python: "3.8"
dist: xenial
env: TOXENV=mypy

jobs:
allow_failures:
Expand Down
4 changes: 4 additions & 0 deletions changelog.d/319.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Introduce stages in :file:`.travis.yml`
The config file contains now two stages: check and test. If
check fails, the test stage won't be executed. This could
speed up things when some checks fails.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy