Skip to content

Commit

Permalink
bottle is now a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fscottfoti committed Jul 28, 2014
1 parent 1a6f234 commit 114c5dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ install:
- |
conda create -p $HOME/py --yes pip jinja2 matplotlib numpy pandas patsy scipy statsmodels pytables pytest pyyaml toolz "python=$TRAVIS_PYTHON_VERSION"
- export PATH=$HOME/py/bin:$PATH
- pip install simplejson
- pip install simplejson bottle
- pip install pytest-cov coveralls pep8
- pip install .
script:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -18,6 +18,7 @@
],
packages=find_packages(exclude=['*.tests']),
install_requires=[
'bottle>=0.12.5',
'matplotlib>=1.3.1',
'numpy>=1.8.0',
'pandas>=0.13.1',
Expand Down

0 comments on commit 114c5dc

Please sign in to comment.