Revision ef228bf2555646fee110ea533f0546d104fbf9fe authored by Mikhail Kolmogorov on 17 March 2020, 00:49:47 UTC, committed by Mikhail Kolmogorov on 17 March 2020, 00:49:47 UTC
1 parent a6524a8
.travis.yml
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
Computing file changes ...