https://github.com/fenderglass/Ragout
Revision a6524a8f04e8b2e7f551822ce111aeef14023613 authored by Mikhail Kolmogorov on 16 March 2020, 23:43:03 UTC, committed by Mikhail Kolmogorov on 16 March 2020, 23:43:03 UTC
1 parent 6650d29
Raw File
Tip revision: a6524a8f04e8b2e7f551822ce111aeef14023613 authored by Mikhail Kolmogorov on 16 March 2020, 23:43:03 UTC
fixed bug with missing link
Tip revision: a6524a8
.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