Skip to content

Commit 8607415

Browse files
msullivangvanrossum
authored andcommitted
Disable the dev environment travis build (#6718)
Fixes #6716.
1 parent f0c2506 commit 8607415

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ jobs:
5454
python: 3.7
5555
env:
5656
- TOXENV=docs
57-
- name: "check dev environment builds"
58-
python: 3.7
59-
env:
60-
- TOXENV=dev
61-
- EXTRA_ARGS=
57+
# Disabled because of some pip bug? See #6716
58+
# - name: "check dev environment builds"
59+
# python: 3.7
60+
# env:
61+
# - TOXENV=dev
62+
# - EXTRA_ARGS=
6263

6364
install:
6465
- pip install -U pip setuptools

0 commit comments

Comments
 (0)