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 de28f49

Browse files
committed
Try using fill_submdule to fix versioneer
1 parent 5406699 commit de28f49

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

config.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function pre_build {
2323
build_new_zlib
2424
local default_backend=macosx
2525
else
26+
# Tk not available by default on manylinux build container.
2627
local default_backend=TkAgg
2728
fi
2829
build_jpeg
@@ -46,12 +47,6 @@ backend = $default_backend
4647
EOF
4748
}
4849

49-
function build_wheel {
50-
# Override common_utils build_wheel function to fix version error
51-
build_bdist_wheel $@
52-
# Test images then removed in .travis.yml
53-
}
54-
5550
function run_tests {
5651
# Runs tests on installed distribution from an empty directory
5752
MPL_SRC_DIR=../matplotlib

0 commit comments

Comments
 (0)