Skip to content

Commit

Permalink
Fixed .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Jun 4, 2020
1 parent 0893837 commit 8d775c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install:
script:
- find . -name \*.py -exec pycodestyle --max-line-length=120 --ignore=E402 {} +
- pytest --cov=artellapipe
- sphinx-apidoc -f -e -o docs/sphinx artellapipe
- sphinx-apidoc -f -e -o docs/sphinx solstice
- sphinx-build -M html ./docs/sphinx ./
after_success:
- coveralls
Expand Down

0 comments on commit 8d775c6

Please sign in to comment.