Revision d422567e05783e76faae997d5ac7d38cf6758fbd authored by Duncan Brown on 25 September 2015, 19:32:24 UTC, committed by Duncan Brown on 25 September 2015, 19:32:24 UTC
Add missing import to fotonfilter
2 parent s 7cc5f58 + 616b5a7
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