Added tests file
This commit is contained in:
parent
b1ef7523a1
commit
48c1ba3c6a
1 changed files with 11 additions and 0 deletions
11
scripts/runtests
Normal file
11
scripts/runtests
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
export PATH=env/bin:${PATH}
|
||||
|
||||
flake8 project --ignore=E128,E501
|
||||
echo ">> Flake8 Tests Completed"
|
||||
|
||||
echo ">> Installing CLI..."
|
||||
bash scripts/build
|
Reference in a new issue