URI:
       tadd PyCall before building it during testing - 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 22bab5ca2a1572ff72f42954d67613c38890bdbd
   DIR parent 384998b5c20d9fa38ee47fc014c9f3f4d8798f85
  HTML Author: Anders Damsgaard <andersd@riseup.net>
       Date:   Fri,  8 Sep 2017 12:23:38 -0400
       
       add PyCall before building it during testing
       
       Diffstat:
         M .travis.yml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -17,7 +17,7 @@ notifications:
              on_failure: always # default: always
        
        before_script:
       -  - julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.build("PyCall")'
       +  - julia -e 'info("Preparing Python"); ENV["PYTHON"]=""; Pkg.add("PyCall"); Pkg.build("PyCall")'
        
        deploy:
          - provider: script