8 lines
117 B
Bash
8 lines
117 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
cd rspec-tools
|
||
|
pipenv install --dev
|
||
|
pipenv run pip install pytest pytest-cov
|