We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76b8651 + 19a613e commit 6aa9b89Copy full SHA for 6aa9b89
.travis.yml
@@ -61,6 +61,9 @@ jobs:
61
- env:
62
- GROUP=2
63
- NEW_RESOLVER=1
64
+ - env:
65
+ - GROUP=3
66
+ - NEW_RESOLVER=1
67
68
fast_finish: true
69
allow_failures:
tools/travis/run.sh
@@ -55,6 +55,10 @@ elif [[ "$GROUP" == "2" ]]; then
55
# Separate Job for running integration tests for 'pip install'
56
tox -- -m integration -n auto --duration=5 -k "test_install" \
57
--use-venv $RESOLVER_SWITCH
58
+elif [[ "$GROUP" == "3" ]]; then
59
+ # Separate Job for tests that fail with the new resolver
60
+ tox -- -m fails_on_new_resolver -n auto --duration=5 \
+ --use-venv $RESOLVER_SWITCH --new-resolver-runtests
else
# Non-Testing Jobs should run once
tox
0 commit comments