language: python python: - 3.5 - nightly install: - make install-dev - pip install coveralls script: - make clean doc test after_success: - coveralls