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