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 121 B

5 years ago
1234567
  1. language: python
  2. python:
  3. - '3.6.5'
  4. install:
  5. - pip install -r requirements.txt
  6. script:
  7. - python notebooks/run_spkernel.py

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