From f495201f655e88f4116665cd23e23761fd2d5d54 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 24 Jan 2018 12:31:07 -0800 Subject: Test working directory --- config.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config.sh b/config.sh index 08f1dbc2..1eee65ba 100644 --- a/config.sh +++ b/config.sh @@ -4,13 +4,12 @@ function pre_build { # Any stuff that you need to do before you start building the wheels # Runs in the root directory of this repository. - : + pwd + ls + cd python } function run_tests { - # Runs tests on installed distribution from an empty directory - ASTROPY_INSTALL_DIR=$(dirname $(python -c 'import astropy; print(astropy.__file__)')) - # Runs tests on installed distribution from an empty directory python --version python -c "import sys; import astropy; sys.exit(astropy.test(remote_data='none'))" -- cgit v1.2.3