Revision 2ac5367ca19ea1d5235adb971617c9f47f3383f8 authored by Vaibhav Tiwari on 26 September 2015, 05:56:25 UTC, committed by Vaibhav Tiwari on 26 September 2015, 05:56:25 UTC
2 parent s a1566fd + 0d1cfeb
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