run_test.sh 61 B

123456789
  1. set -ex
  2. pip check
  3. python test_package.py "0.6.4"
  4. exit 0