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 ccf364c commit 30a41e8Copy full SHA for 30a41e8
.travis.yml
@@ -45,7 +45,7 @@ install:
45
# (issue 702 : fixed bug when writing metadata using HDF format)
46
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
47
"numpy>=1.13" "pandas>=0.20" pytables matplotlib xlrd openpyxl
48
- xlsxwriter pytest pytest-pep8
+ xlsxwriter "pytest>=3.5" pytest-pep8
49
- source activate travisci
50
51
script:
0 commit comments