~awuerl/blitzortung-python/master

266 by Andreas Würl
initial python3 compatibility and experimental travis integration
1
language: python
2
268.1.7 by Andreas Würl
improved travis
3
python:
393.1.1 by Andreas Wuerl
update tests
4
    - "3.5"
5
    - "3.6"
266 by Andreas Würl
initial python3 compatibility and experimental travis integration
6
7
install:
292.2.12 by Andreas Würl
check conda
8
  # install deps
268.1.3 by Andreas Würl
install dependencies in travis job
9
  - pip install -r requirements.txt
393.1.1 by Andreas Wuerl
update tests
10
  - pip install pytest-cov mock assertpy python-coveralls
357.1.1 by Andreas Würl
migrate to properties
11
  - pip install fastcluster
292.2.19 by Andreas Würl
skip test
12
  - pip list
266 by Andreas Würl
initial python3 compatibility and experimental travis integration
13
14
script:
393.1.1 by Andreas Wuerl
update tests
15
  - py.test
364.1.2 by Andreas Würl
use coveralls
16
17
after_success:
18
  - coveralls