Skip to content

Commit

Permalink
update requirements to include bootstrap theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed May 9, 2016
1 parent b33927f commit f41f733
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ before_install:
- conda update --yes conda

# command to install dependencies
install:
install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython sphinx
- pip install -r requirements.txt

# command to run tests
script:
- nosetests $TEST_DIR
script:
- nosetests $TEST_DIR

# Flags used here, not in `make html`:
# -n Run in nit-picky mode. Currently, this generates warnings for all missing references.
# -W Turn warnings into errors. This means that the build stops at the first warning and sphinx-build exits with exit status 1.

notifications:
email:
- lindseyheagy@gmail.com
- lindseyheagy@gmail.com
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
scipy
matplotlib
sphinxcontrib-bibtex
sphinxcontrib-bibtex
sphinx_bootstrap_theme

0 comments on commit f41f733

Please sign in to comment.