https://github.com/fenderglass/Ragout
Raw File
Tip revision: 5626517f9b2a966d83352bb2a4ca96e515029f4b authored by Mikhail Kolmogorov on 30 May 2015, 03:08:21 UTC
run stages abstraction
Tip revision: 5626517
.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