b8e8287490
* Corrected flake8 environment (running through hacking.sh) * Added exception for netaddr for pip 1.5 * Ignoring no-source errors with coverage Change-Id: I2017946fd0db7c69f6a2d8d0be0fc79f3c5d5439
4 lines
69 B
Bash
Executable File
4 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
set -o pipefail
|
|
flake8 barbican | tee flake8.log
|
|
exit $? |