Skip to content

Commit

Permalink
Bye bye experimental tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Oct 30, 2020
1 parent a8511da commit d7d31a4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ addons:
stages:
- primary
- secondary
- experimental

jobs:
include:
Expand All @@ -32,25 +31,6 @@ jobs:
- env: GROUP=2
python: pypy2.7-7.1.1

# 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
- NEW_RESOLVER=1
- env:
- GROUP=2
- NEW_RESOLVER=1
- env:
- GROUP=3
- NEW_RESOLVER=1

fast_finish: true
allow_failures:
- env:
- GROUP=3
- NEW_RESOLVER=1

before_install: tools/travis/setup.sh
install: travis_retry tools/travis/install.sh
script: tools/travis/run.sh
Expand Down

0 comments on commit d7d31a4

Please sign in to comment.