https://github.com/gwastro/pycbc
Raw File
Tip revision: b4a6c801cb6a4b08f9aa26ff543cb443f5ae6019 authored by Alexander Harvey Nitz on 18 August 2016, 14:09:35 UTC
expose indoc within injection set
Tip revision: b4a6c80
.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