https://github.com/fenderglass/Ragout
Revision b8c81f9944d9b7477fe5f580cc0758c93e3f8733 authored by Mikhail Kolmogorov on 14 March 2020, 00:38:41 UTC, committed by Mikhail Kolmogorov on 14 March 2020, 00:38:41 UTC
1 parent c838c36
Raw File
Tip revision: b8c81f9944d9b7477fe5f580cc0758c93e3f8733 authored by Mikhail Kolmogorov on 14 March 2020, 00:38:41 UTC
allow Py3
Tip revision: b8c81f9
.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