https://github.com/fenderglass/Ragout
Raw File
Tip revision: bd35cb59f602ed33794dc1697a1503375eabef80 authored by Mikhail Kolmogorov on 05 March 2015, 20:35:08 UTC
added extra condition in split_by_instance
Tip revision: bd35cb5
.travis.yml
os: linux
arch:
 - amd64
 - ppc64le
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