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.
theorangeone.net-legacy/runtests

8 lines
134 B
Text
Raw Normal View History

2015-10-19 13:04:49 +01:00
#!/usr/bin/env bash
set -e
export PATH=env/bin:${PATH}
flake8 project --ignore=E128,E501 --exclude="migrations,settings,*/wsgi.py"