https://github.com/sanger-pathogens/gubbins
Raw File
Tip revision: a5f4fc09d5028286a42c9d0f4037c47bcce3e7ea authored by andrewjpage on 15 July 2016, 17:13:08 UTC
Merge pull request #172 from andrewjpage/raxml_reconstruction
Tip revision: a5f4fc0
.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