Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created January 1, 2020 08:37
Show Gist options
  • Save kozo2/60a4fce7fb79376ceab28d9857a2ee45 to your computer and use it in GitHub Desktop.
Save kozo2/60a4fce7fb79376ceab28d9857a2ee45 to your computer and use it in GitHub Desktop.
recipes/ecell4/build.sh
#!/bin/bash
${PYTHON} -m pip install -vv .;
${PYTHON} setup.py test;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment