Codebase list ariba / upstream/2.13.5 .travis.yml
upstream/2.13.5

Tree @upstream/2.13.5 (Download .tar.gz)

.travis.yml @upstream/2.13.5raw · history · blame

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