Skip to content

Commit

Permalink
Add pytables to travis installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiffyclub committed Aug 18, 2014
1 parent 11983ea commit 9dd20b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- sudo pip install conda
- sudo conda init
- |
conda create -p $HOME/py --yes matplotlib numpy pandas pip "python=$TRAVIS_PYTHON_VERSION"
conda create -p $HOME/py --yes matplotlib numpy pandas pip pytables "python=$TRAVIS_PYTHON_VERSION"
- export PATH=$HOME/py/bin:$PATH
- pip install brewer2mpl
- pip install pytest-cov coveralls pep8
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def run_tests(self):
'matplotlib>=1.3.1',
'numpy>=1.8.0',
'pandas>=0.13.1',
'tables>=3.1.0'
],
tests_require=['pytest'],
cmdclass={'test': PyTest}
Expand Down

0 comments on commit 9dd20b2

Please sign in to comment.