Skip to content

Commit b4df1ca

Browse files
committed
Travis: Disable Python 2.7 jobs
.. since pip is now failing for Python 2.
1 parent e8fe763 commit b4df1ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
jobs:
66
include:
77
- name: "Source package verification with Python 2.7 (Linux)"
8+
if: false
89
os: linux
910
language: python
1011
dist: xenial
@@ -21,6 +22,7 @@ jobs:
2122
services: docker
2223

2324
- name: "Source package verification with Python 2.7 (OSX)"
25+
if: false
2426
os: osx
2527
python: "2.7"
2628
env: DYLD_LIBRARY_PATH="$PWD/tmp-build/lib" INTERPRETER_VERSION="2.7.17"

0 commit comments

Comments
 (0)