Skip to content

Commit

Permalink
.travis.yml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
spanoamara committed Oct 11, 2020
1 parent 4eb979f commit 9585454
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ install:
- pip install -r build-requirements.txt

script:
# Run phase of our CI pipeline
- rr-paper
# Run unitTests
- nosetests --nocapture -v tests/test.py --with-coverage --cover-package=rr
- nosetests --nocapture -v rr --with-coverage --cover-package=rr
# Generate rst files from docstring
- sphinx-apidoc -fMeT -o docs/source/api experiment
- sphinx-apidoc -fMeT -o docs/source/api rr rr/tests
# Build documentation
- sphinx-build docs/source docs/build
- touch docs/build/.nojekyll
# Black lint checking
- black --check experiment/ test/ download_data/
- black --check rr/
after_success:
# update coveralls report
- coveralls
Expand Down

0 comments on commit 9585454

Please sign in to comment.