Use python3 on jenkins otherwise SSL erorr occurs

This commit is contained in:
Imdad Ahad
2017-05-31 15:38:57 +01:00
parent 5d75f2f871
commit 726371269a

View File

@@ -306,5 +306,5 @@ cf-push:
.PHONY: check-if-migrations-to-run
check-if-migrations-to-run:
@echo $(shell python scripts/check_if_new_migration.py)
@echo $(shell python3 scripts/check_if_new_migration.py)