We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8511da commit d7d31a4Copy full SHA for d7d31a4
.travis.yml
@@ -10,7 +10,6 @@ addons:
10
stages:
11
- primary
12
- secondary
13
-- experimental
14
15
jobs:
16
include:
@@ -32,25 +31,6 @@ jobs:
32
31
- env: GROUP=2
33
python: pypy2.7-7.1.1
34
35
- # Test experimental stuff that are not part of the standard pip usage.
36
- # Helpful for developers working on them to see how they're doing.
37
- - stage: experimental
38
- env:
39
- - GROUP=1
40
- - NEW_RESOLVER=1
41
- - env:
42
- - GROUP=2
43
44
45
- - GROUP=3
46
47
-
48
- fast_finish: true
49
- allow_failures:
50
51
52
53
54
before_install: tools/travis/setup.sh
55
install: travis_retry tools/travis/install.sh
56
script: tools/travis/run.sh
0 commit comments