Skip to content

Commit

Permalink
fixed travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Apr 24, 2020
1 parent 93720f1 commit 71c731a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ before_install:

install:
- pip list
- pip install setuptools_scm # the old pytest-cases and makefun that we use are not universal wheels, this is required by their setup.py
- pip install pytest_cases==1.10.1 # again just for python 2 !
- pip install setuptools_scm # apparently python 2 requires this
- python ci_tools/py_install.py pip ci_tools/requirements-pip.txt
# this does not work anymore on python 2 so lets only do it when needed
- if [ "${TRAVIS_PYTHON_VERSION}" = "3.5" ]; then pip install mkdocs-material mkdocs; fi;
Expand Down
4 changes: 2 additions & 2 deletions ci_tools/requirements-pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ stdlib_list
# --- to run the tests
pytest #$PYTEST_VERSION
pytest-logging # ==2015.11.4
pytest_cases==1.10.1 # we use that precise version otherwise there is a conflict with makefun 1.6.8
makefun==1.6.8 # we use that precise version because it does not have the __version__ attribute.
pytest_cases
makefun

# --- to generate the reports (see scripts in ci_tools, called by .travis)
# pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6
Expand Down

0 comments on commit 71c731a

Please sign in to comment.