Commit b98d1f3b authored by rusty1s's avatar rusty1s
Browse files

building docs

parent 260cd541
...@@ -21,12 +21,14 @@ install: ...@@ -21,12 +21,14 @@ install:
- pip install pycodestyle - pip install pycodestyle
- pip install flake8 - pip install flake8
- pip install codecov - pip install codecov
- pip install sphinx
- pip install sphinx_rtd_theme
script: script:
- pycodestyle . - pycodestyle .
- flake8 . - flake8 .
- python setup.py install - python setup.py install
- python setup.py test - 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: after_success:
- codecov - codecov
notifications: 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