Revision 2d7dac767039b52d954c2806c71fb5d8f54be51c authored by spxiwh on 25 August 2016, 18:41:49 UTC, committed by Tito Dal Canton on 25 August 2016, 18:41:49 UTC
1 parent 44c02da
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