* Make import from __init__ files * add in init only classes or utils functions * refactor packages * fix pylint cyclic import * add task error with 63% confidence intervals and mad * fix pixel_error * update setup * update installation istructions * update instructions * update instructions * update package installation
12 lines
203 B
YAML
12 lines
203 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
install:
|
|
- pip install --upgrade pip setuptools
|
|
- pip install ".[test]"
|
|
script:
|
|
- pylint monoloco --disable=unused-variable,fixme
|
|
- pytest -vv
|