Skip to content
Snippets Groups Projects

Added documentation infrastructure

Merged Adham Hashibon requested to merge documentation into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -22,7 +22,7 @@ script:
- flake8 .
- python -m unittest discover
- pip install -r requirements/doc_requirements.txt
- sphinx-build -W docs/source docs/build/sphinx
- sphinx-build -W doc/source doc/build/sphinx
after_success:
- coverage run -m unittest discover
- pip install codecov
Loading