From 388655a56b2c91ec653b0c5f7208ebd18322da2d Mon Sep 17 00:00:00 2001 From: Albert Tugushev Date: Sat, 3 Apr 2021 00:00:55 +0700 Subject: [PATCH] Test pip against main branch --- .github/workflows/cron.yml | 4 ++-- tox.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 375780ab8..c1820c9df 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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: @@ -22,7 +22,7 @@ jobs: - 3.7 - 3.8 pip-version: - - master + - main env: PY_COLORS: 1 TOXENV: pip${{ matrix.pip-version }} diff --git a/tox.ini b/tox.ini index e5da91be4..d951f211e 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -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:}