travis: remove doc building.

RIP pythonhosted.org
This commit is contained in:
Dave Shawley 2018-01-29 07:37:56 -05:00
parent cc90a09ae7
commit eb53e8711c

View file

@ -10,7 +10,6 @@ install:
- pip install -e .
script:
- nosetests --with-coverage
- ./setup.py build_sphinx
after_success:
- codecov
sudo: false