Simplify CI install/testing

This commit is contained in:
Régis Behmo 2019-05-05 11:49:08 +02:00 committed by Régis Behmo
parent f2f714ad23
commit 6196defa8b
2 changed files with 5 additions and 2 deletions

View File

@ -31,6 +31,8 @@ matrix:
script:
- make ci-info
- make ci-install
- make test
- make ci-bundle
deploy:

View File

@ -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