Commit b98d1f3b authored by rusty1s's avatar rusty1s
Browse files

building docs

parent 260cd541
......@@ -21,12 +21,14 @@ install:
- pip install pycodestyle
- pip install flake8
- pip install codecov
- pip install sphinx
- pip install sphinx_rtd_theme
script:
- pycodestyle .
- flake8 .
- python setup.py install
- python setup.py test
- cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
- cd docs && make clean && make html && make doctest && cd ..
after_success:
- codecov
notifications:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment