aboutsummaryrefslogtreecommitdiff
blob: 72b15874cc1fb42c863d5a933d76b672e2a5a60b (plain) (blame)
1
2
3
4
5
6
7
language: python
python:
    - "3.6"
    - "2.7"

install: pip install .
script: python setup.py pytest
Powered by cgit v1.2.3 (git 2.41.0)