Revision 10c220372a3df0baf42ce57b1ae5f4c0a5defb06 authored by Alex Nitz on 12 November 2015, 17:40:49 UTC, committed by Alex Nitz on 12 November 2015, 17:40:49 UTC
Added p-values to non-cum plot, and some cosemetic changes
2 parent s 8192311 + 3b005bf
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