Skip to content

Commit

Permalink
Merge pull request #7884 from uranusjr/new-resolver-ci
Browse files Browse the repository at this point in the history
Add Travis job against the new resolver
  • Loading branch information
pfmoore committed Apr 2, 2020
2 parents f6457b7 + e066717 commit c88fa39
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ addons:
stages:
- primary
- secondary
- experimental

jobs:
include:
Expand Down Expand Up @@ -51,7 +52,19 @@ jobs:
- env: GROUP=2
python: 3.5

# 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
- PIP_UNSTABLE_FEATURE=resolver
- env:
- GROUP=2
- PIP_UNSTABLE_FEATURE=resolver

fast_finish: true
allow_failures:
- stage: experimental

before_install: tools/travis/setup.sh
install: travis_retry tools/travis/install.sh
Expand Down
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ pip = python {toxinidir}/tools/tox_pip.py

[testenv]
# Remove USERNAME once we drop PY2.
passenv = CI GIT_SSL_CAINFO USERNAME HTTP_PROXY HTTPS_PROXY NO_PROXY
passenv =
CI
GIT_SSL_CAINFO
USERNAME
HTTP_PROXY
HTTPS_PROXY
NO_PROXY
PIP_UNSTABLE_FEATURE
setenv =
# This is required in order to get UTF-8 output inside of the subprocesses
# that our tests use.
Expand Down

0 comments on commit c88fa39

Please sign in to comment.