Skip to content

Commit ed7c526

Browse files
committed
modify install tests
1 parent 1cc5b67 commit ed7c526

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

ci/install_test.sh

-17
This file was deleted.

ci/install_travis.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,13 @@ fi
131131

132132
if [ "$BUILD_TEST" ]; then
133133

134-
# build testing
135-
python setup.py install || exit 1
134+
# build & install testing
135+
echo ["Starting installation test."]
136+
python setup.py clean
137+
python setup.py build_ext --inplace
138+
python setup.py sdist --formats=gztar
139+
conda uninstall cython
140+
pip install dist/*tar.gz || exit 1
136141

137142
else
138143

0 commit comments

Comments
 (0)