update makefile back"
This commit is contained in:
parent
b1a8ae8299
commit
35366699a2
6
Makefile
6
Makefile
@ -9,8 +9,8 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
init:
|
init:
|
||||||
@python3 setup.py develop
|
@python setup.py develop
|
||||||
@pip3 install -r requirements.txt
|
@pip install -r requirements.txt
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
flake8 moto
|
flake8 moto
|
||||||
@ -18,7 +18,7 @@ lint:
|
|||||||
test: lint
|
test: lint
|
||||||
rm -f .coverage
|
rm -f .coverage
|
||||||
rm -rf cover
|
rm -rf cover
|
||||||
nosetests -sv --with-coverage --cover-html ./tests/ $(TEST_EXCLUDE)
|
@nosetests -sv --with-coverage --cover-html ./tests/ $(TEST_EXCLUDE)
|
||||||
test_server:
|
test_server:
|
||||||
@TEST_SERVER_MODE=true nosetests -sv --with-coverage --cover-html ./tests/
|
@TEST_SERVER_MODE=true nosetests -sv --with-coverage --cover-html ./tests/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user