Various pyflakes fixes
This commit is contained in:
parent
f52f4fd31b
commit
c9002569c9
3 changed files with 15 additions and 14 deletions
5
Makefile
5
Makefile
|
|
@ -1,10 +1,13 @@
|
|||
.PHONY: clean-pyc ext-test test upload-docs docs
|
||||
.PHONY: clean-pyc ext-test test upload-docs docs audit
|
||||
|
||||
all: clean-pyc test
|
||||
|
||||
test:
|
||||
python setup.py test
|
||||
|
||||
audit:
|
||||
python setup.py audit
|
||||
|
||||
tox-test:
|
||||
PYTHONDONTWRITEBYTECODE= tox
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue