Add lint to make test instead.
This commit is contained in:
parent
d2c56619cd
commit
1664e4412f
2 changed files with 1 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ install:
|
||||||
export AWS_ACCESS_KEY_ID=foobar_key
|
export AWS_ACCESS_KEY_ID=foobar_key
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- make lint
|
|
||||||
- make test
|
- make test
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ init:
|
||||||
lint:
|
lint:
|
||||||
flake8 moto
|
flake8 moto
|
||||||
|
|
||||||
test:
|
test: lint
|
||||||
rm -f .coverage
|
rm -f .coverage
|
||||||
rm -rf cover
|
rm -rf cover
|
||||||
@nosetests -sv --with-coverage --cover-html ./tests/
|
@nosetests -sv --with-coverage --cover-html ./tests/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue