https://github.com/fenderglass/Ragout
Revision 2f299d66f7e7677c8fc87fc688ba443c005be789 authored by Eric Normandeau on 17 January 2020, 20:12:14 UTC, committed by GitHub on 17 January 2020, 20:12:14 UTC
1 parent bd2fba7
Raw File
Tip revision: 2f299d66f7e7677c8fc87fc688ba443c005be789 authored by Eric Normandeau on 17 January 2020, 20:12:14 UTC
Update INSTALL.md
Tip revision: 2f299d6
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
before_script:
  - pip install --upgrade --user pip
  - pip install --user networkx
script: make; make dependencies; make test
back to top