barbican/tools/hacking.sh
John Vrbanac b8e8287490 Attempting to fix the tox environments
* Corrected flake8 environment (running through hacking.sh)
* Added exception for netaddr for pip 1.5
* Ignoring no-source errors with coverage

Change-Id: I2017946fd0db7c69f6a2d8d0be0fc79f3c5d5439
2014-01-02 15:41:26 -06:00

4 lines
69 B
Bash
Executable File

#!/bin/bash
set -o pipefail
flake8 barbican | tee flake8.log
exit $?