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
Bash
Executable File

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