fake pep8

This commit is contained in:
Kun Huang 2015-10-25 01:05:32 +08:00
parent f92ba42ccf
commit 9ba7210dd2
2 changed files with 5 additions and 1 deletions

4
tools/fake_pep8.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Author: Kun Huang <academicgareth@gmail.com>
echo "Hello PEP8!"

View File

@ -20,7 +20,7 @@ distribute = false
basepython = python2.7
[testenv:pep8]
commands = flake8
commands = {toxinidir}/tools/fake_pep8.sh
distribute = false
[testenv:py26]