commit 384998b5c20d9fa38ee47fc014c9f3f4d8798f85
parent 1bd676a50dba7fc0053eeeab98005bde10610cea
Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 8 Sep 2017 12:20:14 -0400
move python preparation to before_script
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -16,7 +16,7 @@ notifications:
on_success: never # default: change
on_failure: always # default: always
-before_deploy:
+before_script:
- julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.build("PyCall")'
deploy: