language: python
python:
  - "3.4"
  - "3.5"
  - "3.6"
install:
  - "pip install -r requirements.txt"
  - "pip install coveralls"
script:
  - py.test --cov-config .coveragerc --cov=synergine2 ./tests/
after_success:
  - coveralls