paradoxysm/kdtrees

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python
python:
    - "3.4"
    - "3.5"
    - "3.6"
    - "3.7"
before_install:
    - python --version
    - pip install -U pip
    - pip install -U pytest
    - pip install codecov
install:
    - pip install ".[test]" .
script:
    - pytest
after_success:
    - codecov