Skip to content
Snippets Groups Projects
Commit 391313ed authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed travis typo

parent b8701f12
No related branches found
No related tags found
1 merge request!18Added documentation infrastructure
...@@ -22,7 +22,7 @@ script: ...@@ -22,7 +22,7 @@ script:
- flake8 . - flake8 .
- python -m unittest discover - python -m unittest discover
- pip install -r requirements/doc_requirements.txt - 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: after_success:
- coverage run -m unittest discover - coverage run -m unittest discover
- pip install codecov - pip install codecov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment