Revision 9ec7d02d3c377dadc4b6d4aeaa5ce478955d9aed authored by Alex Nitz on 09 August 2016, 17:14:41 UTC, committed by Christopher M. Biwer on 09 August 2016, 17:14:41 UTC
* remove pycbc inspiral xml output

* landscape fixes
1 parent b27ad7f
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