diff --git a/.travis.yml b/.travis.yml index b5e4922..99400d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,8 @@ matrix: script: - make ci-info + - make ci-install + - make test - make ci-bundle deploy: diff --git a/Makefile b/Makefile index a0edb66..3161df3 100644 --- a/Makefile +++ b/Makefile @@ -48,10 +48,11 @@ ci-info: ## Print info about environment python3 --version pip3 --version -ci-bundle: ## Create bundle and run basic tests +ci-install: ## Install requirements pip3 install -U setuptools pip3 install -r requirements/dev.txt - $(MAKE) test + +ci-bundle: ## Create bundle and run basic tests $(MAKE) bundle mkdir -p releases/ ./dist/tutor --version