You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

.travis.yml 211 B

5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415
  1. language: python
  2. python:
  3. - '3.6.5'
  4. before_install:
  5. - pip install codecov
  6. - pip install coverage
  7. install:
  8. - pip install -r requirements.txt
  9. script:
  10. - coverage run tests/tests_tools.py
  11. after_success:
  12. - codecov

A Python package for graph kernels, graph edit distances and graph pre-image problem.