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 2ad7698 commit 9261fd3Copy full SHA for 9261fd3
.travis.yml
@@ -26,6 +26,7 @@ install:
26
- pip list
27
- pip install setuptools_scm # apparently python 2 does not support that it is installed simultaneously with pytest-cases
28
- 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 !
30
- python ci_tools/py_install.py pip ci_tools/requirements-pip.txt
31
# this does not work anymore on python 2 so lets only do it when needed
32
- if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then pip install mkdocs-material mkdocs; fi;
0 commit comments