Refine automation scripts

This commit is contained in:
Jan Tuomi
2017-04-06 18:18:23 +03:00
parent 3855fb5179
commit 56f8a17b67
2 changed files with 15 additions and 19 deletions
-1
View File
@@ -5,6 +5,5 @@ all_tests:
- sh ./scripts/autoinstall.sh
- docker-compose run web python manage.py test
after_script:
- docker-compose exec -T web find . -path '*/migrations*' -delete
- docker-compose exec -T web find . -type f -name '*.pyc' -delete
when: on_success