From cbaba031bdc4acb97319e4934c24e37f115e08ab Mon Sep 17 00:00:00 2001 From: Addison Lynch Date: Thu, 12 Jul 2018 13:08:19 -0700 Subject: [PATCH] Repair bash script error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 368886e..ddd2e22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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