language: python
python:
- 3.4
before_install:
- make setup
- make setup_ci
script:
# - make style
- make test