federation/.travis.yml

16 wiersze
249 B
YAML

sudo: false
language: python
python:
- "3.4"
- "3.5"
cache:
directories:
- $HOME/.cache/pip
install:
- pip install -r dev-requirements.txt -U
- python setup.py develop
- pip freeze
script: py.test --cov=./
after_success:
- codecov