fix redundant test

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-10-13 15:34:14 +02:00
parent e387fea422
commit 088d4beb7d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.PHONY: all flake8 test coverage
alltests: test coverage flake8 testsetup
alltests: testcoverage flake8 testsetup
all: alltests build
flake8:
@ -13,7 +13,7 @@ test:
testsetup:
python setup.py check --restructuredtext --strict
coverage:
testcoverage:
nosetests tqdm --with-coverage --cover-package=tqdm -v
installdev: