This commit is contained in:
zane 2018-06-09 22:08:10 -07:00
commit 8ee7a9495d
4 changed files with 15 additions and 17 deletions

View file

@ -9,8 +9,8 @@ else
endif
init:
@python setup.py develop
@pip install -r requirements.txt
@python3 setup.py develop
@pip3 install -r requirements.txt
lint:
flake8 moto
@ -18,7 +18,7 @@ lint:
test: lint
rm -f .coverage
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_MODE=true nosetests -sv --with-coverage --cover-html ./tests/