Skip to content

Commit

Permalink
Repair bash script error
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison Lynch authored and Addison Lynch committed Jul 12, 2018
1 parent 500678a commit cbaba03
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 @@ -20,7 +20,7 @@ install:
- pip install codecov
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
pip install doctr sphinx sphinx_rtd_theme ipython matplotlib;
pip install sphinxcontrib-napoleon
pip install sphinxcontrib-napoleon;
fi
- python setup.py install

Expand Down

0 comments on commit cbaba03

Please sign in to comment.