Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit e602109

Browse files
committed
Merge remote-tracking branch 'origin/daily'
* origin/daily: Another run to check matplotlib master Test against lastest master Clean up numpy dependencies Adapt to new Python 3.5 / numpy 1.10 dependencies Try fix for travis-ci no-message failures.
2 parents eae0181 + e27e0c8 commit e602109

File tree

1 file changed

+5
-62
lines changed

1 file changed

+5
-62
lines changed

.travis.yml

Lines changed: 5 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ env:
88
- TEST_DEPENDS=
99
- PLAT=x86_64
1010
- UNICODE_WIDTH=32
11-
- NP_BUILD_DEP=1.7.1
12-
- NP_TEST_DEP=1.11.0
11+
- NP_BUILD_DEP=1.10.1
12+
- NP_TEST_DEP=1.11.3
1313
- MANYLINUX_URL=https://nipy.bic.berkeley.edu/manylinux
1414
- WHEELHOUSE_UPLOADER_USERNAME=travis-worker
1515
# Following generated with
@@ -31,99 +31,42 @@ matrix:
3131
# Exclude the default Python 3.5 build
3232
- python: 3.5
3333
include:
34-
- os: linux
35-
env:
36-
- MB_PYTHON_VERSION=2.7
37-
- os: linux
38-
env:
39-
- MB_PYTHON_VERSION=2.7
40-
- UNICODE_WIDTH=16
41-
- os: linux
42-
env:
43-
- MB_PYTHON_VERSION=2.7
44-
- PLAT=i686
45-
- os: linux
46-
env:
47-
- MB_PYTHON_VERSION=2.7
48-
- PLAT=i686
49-
- UNICODE_WIDTH=16
50-
- os: linux
51-
env:
52-
- MB_PYTHON_VERSION=3.4
53-
- NP_BUILD_DEP="1.7.1"
54-
- os: linux
55-
env:
56-
- MB_PYTHON_VERSION=3.4
57-
- PLAT=i686
58-
- NP_BUILD_DEP="1.7.1"
5934
- os: linux
6035
env:
6136
- MB_PYTHON_VERSION=3.5
62-
- NP_BUILD_DEP="1.9.3"
6337
- os: linux
6438
env:
6539
- MB_PYTHON_VERSION=3.5
6640
- PLAT=i686
67-
- NP_BUILD_DEP="1.9.3"
6841
- os: linux
6942
env:
7043
- MB_PYTHON_VERSION=3.6
71-
- NP_BUILD_DEP="1.11.3"
72-
- NP_TEST_DEP="1.11.3"
7344
- os: linux
7445
env:
7546
- MB_PYTHON_VERSION=3.6
7647
- PLAT=i686
77-
- NP_BUILD_DEP="1.11.3"
78-
- NP_TEST_DEP="1.11.3"
79-
- os: osx
80-
language: generic
81-
env:
82-
- MB_PYTHON_VERSION=2.7
83-
- os: osx
84-
language: generic
85-
env:
86-
- MB_PYTHON_VERSION=3.4
87-
- NP_BUILD_DEP="1.7.1"
8848
- os: osx
8949
language: generic
9050
env:
9151
- MB_PYTHON_VERSION=3.5
92-
- NP_BUILD_DEP="1.9.3"
9352
- os: osx
9453
language: generic
9554
env:
9655
- MB_PYTHON_VERSION=3.6
97-
- NP_BUILD_DEP="1.11.3"
98-
- NP_TEST_DEP="1.11.3"
9956
allow_failures:
100-
- os: linux
101-
env:
102-
- MB_PYTHON_VERSION=2.7
103-
- PLAT=i686
104-
- os: linux
105-
env:
106-
- MB_PYTHON_VERSION=2.7
107-
- PLAT=i686
108-
- UNICODE_WIDTH=16
109-
- os: linux
110-
env:
111-
- MB_PYTHON_VERSION=3.4
112-
- PLAT=i686
113-
- NP_BUILD_DEP="1.7.1"
11457
- os: linux
11558
env:
11659
- MB_PYTHON_VERSION=3.5
11760
- PLAT=i686
118-
- NP_BUILD_DEP="1.9.3"
11961
- os: linux
12062
env:
12163
- MB_PYTHON_VERSION=3.6
12264
- PLAT=i686
123-
- NP_BUILD_DEP="1.11.3"
124-
- NP_TEST_DEP="1.11.3"
12565

12666
before_install:
67+
# See:
68+
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
69+
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
12770
- if [ -z "$DAILY_COMMIT" ]; then
12871
CONTAINER=wheels;
12972
UPLOAD_ARGS="--no-update-index";

0 commit comments

Comments
 (0)