8000 Build only OSX on Python 3.5; always upload · MacPython/matplotlib-wheels@b3dbe2b · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit b3dbe2b

Browse files
committed
Build only OSX on Python 3.5; always upload
1 parent f85ecc4 commit b3dbe2b

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

.travis.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -26,44 +26,44 @@ matrix:
2626
# Exclude the default Python 3.5 build
2727
- python: 3.5
2828
include:
29-
- os: linux
30-
env:
31-
- MB_PYTHON_VERSION=2.7
32-
- os: linux
33-
env:
34-
- MB_PYTHON_VERSION=2.7
35-
- UNICODE_WIDTH=16
36-
- os: linux
37-
env:
38-
- MB_PYTHON_VERSION=2.7
39-
- PLAT=i686
40-
- os: linux
41-
env:
42-
- MB_PYTHON_VERSION=2.7
43-
- PLAT=i686
44-
- UNICODE_WIDTH=16
45-
- os: linux
46-
env:
47-
- MB_PYTHON_VERSION=3.4
48-
- NP_BUILD_DEP="1.7.1"
49-
- os: linux
50-
env:
51-
- MB_PYTHON_VERSION=3.4
52-
- PLAT=i686
53-
- NP_BUILD_DEP="1.7.1"
54-
- os: linux
55-
env:
56-
- MB_PYTHON_VERSION=3.5
57-
- NP_BUILD_DEP="1.9.3"
58-
- os: linux
59-
env:
60-
- MB_PYTHON_VERSION=3.5
61-
- PLAT=i686
62-
- NP_BUILD_DEP="1.9.3"
63-
- os: osx
64-
language: objective-c
65-
env:
66-
- MB_PYTHON_VERSION=2.7
29+
# - os: linux
30+
# env:
31+
# - MB_PYTHON_VERSION=2.7
32+
# - os: linux
33+
# env:
34+
# - MB_PYTHON_VERSION=2.7
35+
# - UNICODE_WIDTH=16
36+
# - os: linux
37+
# env:
38+
# - MB_PYTHON_VERSION=2.7
39+
# - PLAT=i686
40+
# - os: linux
41+
# env:
42+
# - MB_PYTHON_VERSION=2.7
43+
# - PLAT=i686
44+
# - UNICODE_WIDTH=16
45+
# - os: linux
46+
# env:
47+
# - MB_PYTHON_VERSION=3.4
48+
# - NP_BUILD_DEP="1.7.1"
49+
# - os: linux
50+
# env:
51+
# - MB_PYTHON_VERSION=3.4
52+
# - PLAT=i686
53+
# - NP_BUILD_DEP="1.7.1"
54+
# - os: linux
55+
# env:
56+
# - MB_PYTHON_VERSION=3.5
57+
# - NP_BUILD_DEP="1.9.3"
58+
# - os: linux
59+
# env:
60+
# - MB_PYTHON_VERSION=3.5
61+
# - PLAT=i686
62+
# - NP_BUILD_DEP="1.9.3"
63+
# - os: osx
64+
# language: objective-c
65+
# env:
66+
# - MB_PYTHON_VERSION=2.7
6767
- os: osx
6868
language: objective-c
6969
env:
@@ -95,7 +95,7 @@ script:
9595
- ulimit -n 4096
9696
- install_run $PLAT
9797

98-
after_success:
98+
# after_success:
9999
# Upload wheels to Rackspace container
100100
- pip install wheelhouse-uploader
101101
- python -m wheelhouse_uploader upload --local-folder

0 commit comments

Comments
 (0)
0