Revision 82763de6bec05e00fe497a76f33921df2e505515 authored by Mikhail Kolmogorov on 19 January 2020, 20:37:07 UTC, committed by GitHub on 19 January 2020, 20:37:07 UTC
explicitely require bioconda channel for conda
2 parent s bd2fba7 + 2f299d6
Raw File
.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