adds install as a dependency to run the tests

pull/1/head
Moisés Guimarães 2018-02-26 20:14:52 +01:00
parent f6f144c60f
commit 5bd55ddd16
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ clean-test: ## remove test and coverage artifacts
lint: ## check style with flake8 lint: ## check style with flake8
flake8 src tests flake8 src tests
test: ## run tests quickly with the default Python test: install ## run tests quickly with the default Python
py.test tests py.test tests
check: test ## run tests quickly with the default Python check: test ## run tests quickly with the default Python