tmove python preparation to before_script - Granular.jl - Julia package for granular dynamics simulation
HTML git clone git://src.adamsgaard.dk/Granular.jl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 384998b5c20d9fa38ee47fc014c9f3f4d8798f85
DIR parent 1bd676a50dba7fc0053eeeab98005bde10610cea
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Fri, 8 Sep 2017 12:20:14 -0400
move python preparation to before_script
Diffstat:
M .travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -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: