language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3.5" - "nightly" install: - pip install -U pip - pip install -U wheel setuptools - pip install .[test] script: - python -m testtools.run discover - rst2html.py --strict README.rst README.html