Codebase list ariba / dfeb522f-cad8-4cab-b744-c40a4db5e024/main .travis.yml
dfeb522f-cad8-4cab-b744-c40a4db5e024/main

Tree @dfeb522f-cad8-4cab-b744-c40a4db5e024/main (Download .tar.gz)

.travis.yml @dfeb522f-cad8-4cab-b744-c40a4db5e024/mainraw · history · blame

language: python
addons:
  apt:
    packages:
    - zlib1g-dev
    - libblas-dev
    - liblapack-dev
    - libgfortran3
    - libncurses5-dev
python:
- '3.6'
sudo: false
install:
- pip install pysam
- source ./install_dependencies.sh
before_script:
- pip install codecov
script:
- coverage run setup.py test
after_success:
- codecov