Revision 176236f2ac4f1f0800de2f6616437ea4699e7d4c authored by Alex Nitz on 21 October 2016, 09:36:41 UTC, committed by spxiwh on 21 October 2016, 09:36:41 UTC
* set site to nonlocal if file is not accessible

* handle case of file url as request by Duncan B.

* ws
1 parent bf9e95a
Raw File
.travis.yml
language: python
sudo: false
addons:
    apt:
        packages:
            - libfftw3-dev 
            - libhdf5-serial-dev 
            - liblapack-dev 
            - gfortran 
            - libgsl0-dev
cache:
  directories:
    - $HOME/inst
install:
  - travis_retry ./tools/install_travis.sh
script:
  - ./tools/run_travis.sh
back to top