浏览代码

Fix after install test

Bo Yang 7 年之前
父节点
当前提交
1848b39dfa
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.sh

+ 1 - 1
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;"
 }