run_test.sh 88 B

123456789
  1. set -ex
  2. pip check
  3. pytest -v --cov=conda_package_handling --color=yes tests/
  4. exit 0