Skip to content

Commit 9261fd3

Browse files
author
Sylvain MARIE
committed
Attempt to fix python 2 build
1 parent 2ad7698 commit 9261fd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ install:
2626
- pip list
2727
- pip install setuptools_scm # apparently python 2 does not support that it is installed simultaneously with pytest-cases
2828
- pip install six pypandoc # again just for python 2 build because it uses an old pytest-cases that needs it
29+
- pip install pytest_cases==1.10.1 # again just for python 2 !
2930
- python ci_tools/py_install.py pip ci_tools/requirements-pip.txt
3031
# this does not work anymore on python 2 so lets only do it when needed
3132
- if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then pip install mkdocs-material mkdocs; fi;

0 commit comments

Comments
 (0)