1
Fork 0

Added tests file

This commit is contained in:
Jake Howard 2015-11-27 18:19:04 +00:00
parent b1ef7523a1
commit 48c1ba3c6a
1 changed files with 11 additions and 0 deletions

11
scripts/runtests Normal file
View 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