https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: ccd54498a3efa6a22df7d553680079bb1fcb6bcd authored by andrewjpage on 15 July 2016, 17:09:37 UTC
Merge pull request #171 from andrewjpage/raxml_reconstruction
Tip revision: ccd5449
.travis.yml
language: python
addons:
  apt:
    packages:
    - autoconf
    - check
    - g++
    - libtool
    - pkg-config
    - python3-dev
    - python3-setuptools
cache:
  directories:
  - "build"
  - "$HOME/.cache/pip"
python:
  - "3.4"
sudo: false
install:
  - "source ./install_dependencies.sh"
  - "autoreconf -i"
  - "./configure"
script: "make check"
back to top