We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02483ce commit 70e77f0Copy full SHA for 70e77f0
.travis.yml
@@ -35,7 +35,7 @@ install:
35
- conda update -q conda
36
# Useful for debugging any issues with conda
37
- conda info -a
38
- - deps='numpy scipy sphinx nose coverage'
+ - deps='numpy scipy pytables sphinx nose coverage'
39
- conda create -p $HOME/py --yes -c pyqc $deps "python=$TRAVIS_PYTHON_VERSION"
40
- conda install -p $HOME/py -c conda-forge pycodestyle pydocstyle pylint gitpython
41
- source activate $HOME/py
0 commit comments