Update CI configuration: test install and test building docs.
This commit is contained in:
parent
a6fb92936d
commit
e125d9cd7c
@ -1,5 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
install: "pip install -r requirements.txt"
|
install:
|
||||||
script: "PYTHONPATH=. py.test"
|
- "pip install -r requirements.txt"
|
||||||
|
- "pip install sphinx" # for test-building docs
|
||||||
|
script:
|
||||||
|
- "PYTHONPATH=. py.test" # run unit tests
|
||||||
|
- "python setup.py install" # test install
|
||||||
|
- "sphinx-build docs html" # test building docs
|
||||||
|
Loading…
Reference in New Issue
Block a user