Skip to content

Commit

Permalink
Merge pull request jazzband#1374 from atugushev/test-pip-against-main…
Browse files Browse the repository at this point in the history
…-branch

Test pip against the `main` default branch
  • Loading branch information
webknjaz committed Apr 3, 2021
2 parents 2dd787a + 388655a commit af2ce4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: 0 0 * * *

jobs:
master:
main:
name: ${{ matrix.os }} / ${{ matrix.python-version }} / ${{ matrix.pip-version }}
runs-on: ${{ matrix.os }}-latest
strategy:
Expand All @@ -22,7 +22,7 @@ jobs:
- 3.7
- 3.8
pip-version:
- master
- main
env:
PY_COLORS: 1
TOXENV: pip${{ matrix.pip-version }}
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
# NOTE: keep this in sync with the env list in .github/workflows/ci.yml.
py{36,37,38,39,py3}-pip{20.3,previous,latest,master}-coverage
py{36,37,38,39,py3}-pip{20.3,previous,latest,main}-coverage
checkqa
readme
skip_missing_interpreters = True
Expand All @@ -13,7 +13,7 @@ extras =
deps =
pipprevious: pip==20.3.*
piplatest: pip
pipmaster: -e git+https://github.com/pypa/pip.git@master#egg=pip
pipmain: -e git+https://github.com/pypa/pip.git@main#egg=pip
pip20.3: pip==20.3.*
setenv =
coverage: PYTEST_ADDOPTS=--strict --doctest-modules --cov --cov-report=term-missing --cov-report=xml {env:PYTEST_ADDOPTS:}
Expand Down

0 comments on commit af2ce4c

Please sign in to comment.