Skip to content
Snippets Groups Projects
project_tests.sh 141 B
Newer Older
Giorgio Sironi's avatar
Giorgio Sironi committed
#!/bin/bash
set -e

docker run --rm elife/sciencebeam-gym /bin/bash -c 'venv/bin/pip install pytest nose && venv/bin/pytest sciencebeam_gym'