aboutsummaryrefslogtreecommitdiff
blob: b21a4b3adf797cbba32f607ec63474f5d452e6e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: python
python:
    - "3.6"
    - "2.7"

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

cache: pip

notifications:
    email:
        on_failure: change
Powered by cgit v1.2.3 (git 2.41.0)