mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:26:45 +00:00
7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
rm -f .coverage
|
|
pip install -r requirements-dev.txt
|
|
make test
|