8000 fixed tests on python 2.7 · larray-project/larray@30a41e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 30a41e8

Browse files
committed
fixed tests on python 2.7
pytest --deselect argument requires pytest 3.5+ and for whatever reason conda gave use an older version by default
1 parent ccf364c commit 30a41e8

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
@@ -45,7 +45,7 @@ install:
4545
# (issue 702 : fixed bug when writing metadata using HDF format)
4646
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
4747
"numpy>=1.13" "pandas>=0.20" pytables matplotlib xlrd openpyxl
48-
xlsxwriter pytest pytest-pep8
48+
xlsxwriter "pytest>=3.5" pytest-pep8
4949
- source activate travisci
5050

5151
script:

0 commit comments

Comments
 (0)
< 2A86 /div>
0