https://github.com/gwastro/pycbc
Raw File
Tip revision: 5179ccee3df706f32621b7602a68fb7e42f881ac authored by Duncan Brown on 15 September 2015, 20:15:07 UTC
Merge pull request #278 from titodalcanton/psd_estim_docs
Tip revision: 5179cce
.travis.yml
language: python
sudo: false
addons:
    apt:
        packages:
            - libfftw3-dev 
            - libhdf5-serial-dev 
            - liblapack-dev 
            - gfortran 
            - libgsl0-dev
cache:
  directories:
    - $HOME/inst
install:
  - ./tools/install_travis.sh
script:
  - ./tools/run_travis.sh
back to top