Skip to content

Commit 70e77f0

Browse files
committed
Add PyTables as a dependencyt
1 parent 02483ce commit 70e77f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
- conda update -q conda
3636
# Useful for debugging any issues with conda
3737
- conda info -a
38-
- deps='numpy scipy sphinx nose coverage'
38+
- deps='numpy scipy pytables sphinx nose coverage'
3939
- conda create -p $HOME/py --yes -c pyqc $deps "python=$TRAVIS_PYTHON_VERSION"
4040
- conda install -p $HOME/py -c conda-forge pycodestyle pydocstyle pylint gitpython
4141
- source activate $HOME/py

0 commit comments

Comments
 (0)