https://github.com/fenderglass/Ragout
Revision f865c3e8af25f06411cbe6e9733e70798dcfdad8 authored by Tatiana Malygina on 25 March 2019, 13:04:12 UTC, committed by Tatiana Malygina on 25 March 2019, 13:04:12 UTC
1 parent 758500e
Raw File
Tip revision: f865c3e8af25f06411cbe6e9733e70798dcfdad8 authored by Tatiana Malygina on 25 March 2019, 13:04:12 UTC
remove networkx from lib dir
Tip revision: f865c3e
.travis.yml
language: cpp
compiler:
  - gcc
  - clang
script: make; make dependencies; make test
back to top