https://github.com/fenderglass/Ragout
Raw File
Tip revision: 5783aa32e9ba06d17c1a7f28fc9f247d0a2ef113 authored by fenderglass on 07 August 2014, 19:31:39 UTC
minor logging improvement
Tip revision: 5783aa3
.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