aboutsummaryrefslogtreecommitdiff
blob: b6175da9a3be54cd07d8b15a1aec40223bf10d6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
language: python
python:
    - "3.6"

install:
    - pip install .[test]
    - pip install codecov
script: python setup.py pytest
after_script: codecov

cache: pip
Powered by cgit v1.2.3 (git 2.41.0)