https://github.com/fenderglass/Ragout
Raw File
Tip revision: ec749b9dd596a11d6350f208527e2309237c42f5 authored by Mikhail Kolmogorov on 08 April 2019, 22:38:40 UTC
deleted old unneeded scripts, fix #37 and #36
Tip revision: ec749b9
.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