9 lines
88 B
Bash
Executable File
9 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
export PYTHONPATH=${PWD}/spec
|
|
|
|
cd spec/
|
|
pipenv run mamba *_spec.py
|