diff options
| author | Lars Wirzenius <liw@liw.fi> | 2015-04-18 18:43:05 +0300 |
|---|---|---|
| committer | Lars Wirzenius <liw@liw.fi> | 2015-04-18 18:43:05 +0300 |
| commit | 9a2778a7282033226fd8615b19752539569240e5 (patch) | |
| tree | a833f6c22926bb531e3291f277ff7ec0c5deac5e /Makefile | |
| parent | 6dd774760adcc7c24b80d8a0c139f65fbdd85d9f (diff) | |
| download | python-ttystatus-9a2778a7282033226fd8615b19752539569240e5.tar.gz | |
Run pep8 in check
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ all: check: python -m CoverageTestRunner --ignore-missing-from=without-tests rm .coverage - + pep8 ttystatus + clean: rm -f .coverage ttystatus/*.py[co] rm -rf build |
