~awuerl/blitzortung-python/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: python

python:
    - "3.5"
    - "3.6"

install:
  # install deps
  - pip install -r requirements.txt
  - pip install pytest-cov mock assertpy python-coveralls
  - pip install fastcluster
  - pip list

script:
  - py.test

after_success:
  - coveralls