1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
hipchat-emoticons-for-all/runtests
2015-10-08 12:49:24 +01:00

10 lines
117 B
Bash
Executable File

#!/bin/bash
set -e
export PATH=env/bin:${PATH}
flake8 . --ignore=E501,E401 --exclude="node_modules,env"
npm test