paradoxysm/nnrf

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
    - pip install coverage
    - pip install pytest-cov
script:
    - pytest
after_success:
    - codecov