Skip to content

Commit

Permalink
removed extraneous docs references
Browse files Browse the repository at this point in the history
  • Loading branch information
afrubin committed Mar 30, 2020
1 parent d251b68 commit dd59f24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ before_script:
- pip3 install coverage
- pip3 install coveralls
- if ! $NO_MYPY; then pip3 install mypy; fi
- pip3 install sphinx
- pip3 install sphinx-rtd-theme
script:
- coverage run --source fqfa -m unittest
- if ! $NO_MYPY; then mypy fqfa tests; fi
- cd docs && make doctest
after_success:
- coveralls

0 comments on commit dd59f24

Please sign in to comment.