aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2018-01-26 18:01:33 -0800
committerBo Yang <teboring@google.com>2018-01-26 18:01:33 -0800
commit1848b39dfa83858be17abeaf36ed89c37bf7ba25 (patch)
treeba10254af999f45570f175f57945b7b747aaf288
parent7494c05885204f4ec7f66460bb36022704aa6f88 (diff)
downloadprotobuf-1848b39dfa83858be17abeaf36ed89c37bf7ba25.tar.gz
protobuf-1848b39dfa83858be17abeaf36ed89c37bf7ba25.tar.bz2
protobuf-1848b39dfa83858be17abeaf36ed89c37bf7ba25.zip
Fix after install test
-rw-r--r--config.sh2
1 files changed, 1 insertions, 1 deletions
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;"
}