1
Fork 0
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

10 lines
117 B
Plaintext
Raw Permalink Normal View History

2015-10-05 15:37:09 +01:00
#!/bin/bash
set -e
export PATH=env/bin:${PATH}
2015-10-08 12:49:24 +01:00
flake8 . --ignore=E501,E401 --exclude="node_modules,env"
2015-10-05 15:37:09 +01:00
npm test