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 d0d4441

Browse files
committed
build rc2
1 parent 1846c99 commit d0d4441

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

.travis.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
env:
22
global:
33
- REPO_DIR=matplotlib
4-
- BUILD_COMMIT=v2.0.0rc1
4+
- BUILD_COMMIT=v2.0.0rc2
55
- BUILD_DEPENDS=
66
- TEST_DEPENDS="numpy==1.11.0 nose mock sphinx"
77
- PLAT=x86_64
@@ -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:

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function run_tests {
5353
if [[ "$mpl_version" =~ 1\. ]]; then
5454
local extra_test_args="-e TestTinyPages"
5555
fi
56-
# python $MPL_SRC_DIR/tests.py -sv $extra_test_args
56+
python $MPL_SRC_DIR/tests.py -sv $extra_test_args
5757

5858
echo "Check import of tcl / tk"
5959
# MPLBACKEND="tkagg" python -c 'import matplotlib.pyplot as plt; print(plt.get_backend())'

0 commit comments

Comments
 (0)