aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;"
}