blob: ebcb0dbbe373a548599f88c0c0ada40baab097f7 [file] [log] [blame]
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- pypy
- pypy3
matrix:
include:
- python: "3.7"
dist: xenial
- python: "nightly"
dist: xenial
install:
- pip install -U pip
- pip install -U wheel setuptools
- pip install -U .[docs,test]
- pip list
- python --version
script:
- python -m unittest discover
- if [ -z "$SKIP_DOCS" ]; then python setup.py build_sphinx; fi
- rst2html.py --strict README.rst README.html