https://github.com/fenderglass/Ragout
Raw File
Tip revision: ef228bf2555646fee110ea533f0546d104fbf9fe authored by Mikhail Kolmogorov on 17 March 2020, 00:49:47 UTC
newick parser fix
Tip revision: ef228bf
.travis.yml
language: python
python:
  - "2.7"
  - "3.6"

compiler:
  - gcc
  - clang

before_script:
  - pip install networkx==2.2

script: 
  - make; make dependencies
  - python scripts/run-tests.py
back to top