mirror of https://github.com/tqdm/tqdm.git
make automates all tests by default, version changed to 2.0 in anticipation of pypi
This commit is contained in:
parent
f6ed2b7f06
commit
8ac163e1e7
5
Makefile
5
Makefile
|
@ -1,7 +1,8 @@
|
|||
.PHONY: flake8 test coverage
|
||||
.PHONY: all flake8 test coverage
|
||||
|
||||
all: flake8 coverage
|
||||
flake8:
|
||||
flake8 --exclude "test_*" --max-line-length=80 --count --statistics --exit-zero tqdm/
|
||||
flake8 --max-line-length=80 --count --statistics --exit-zero tqdm/
|
||||
|
||||
test:
|
||||
nosetests tqdm -v
|
||||
|
|
Loading…
Reference in New Issue