From 1848b39dfa83858be17abeaf36ed89c37bf7ba25 Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Fri, 26 Jan 2018 18:01:33 -0800 Subject: Fix after install test --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 40cf39bc..b628e364 100644 --- a/config.sh +++ b/config.sh @@ -40,5 +40,5 @@ function build_wheel { function run_tests { # Runs tests on installed distribution from an empty directory python --version - python -c "import sys; import astropy; sys.exit(astropy.test(remote_data='none'))" + python -c "import google.protobuf;" } -- cgit v1.2.3