Skip to content
Snippets Groups Projects
Commit 38d71e1f authored by René Fritze's avatar René Fritze
Browse files

[travis] trying the dune-python workarounds again

parent b839ba91
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,13 @@ before_install: ...@@ -38,6 +38,13 @@ before_install:
- echo removing modules ${MODULES_TO_DELETE} - echo removing modules ${MODULES_TO_DELETE}
# ensures ${MY_MODULE} from travis own checkout is used # ensures ${MY_MODULE} from travis own checkout is used
- rm -rf ${MODULES_TO_DELETE} ${MY_MODULE} - rm -rf ${MODULES_TO_DELETE} ${MY_MODULE}
- # workarounds for dune-testtools issue
- cd $HOME/src
- ./dune-common/bin/dunecontrol ${DCONTROL_ARG} --module=dune-python configure
- ${DUNE_BUILD_DIR}/dune-python/python2-env/bin/pip install -U pip
- ${DUNE_BUILD_DIR}/dune-python/python3-env/bin/pip install -U pip
- ${DUNE_BUILD_DIR}/dune-python/python2-env/bin/pip install -U distribute six
- ${DUNE_BUILD_DIR}/dune-python/python3-env/bin/pip install -U distribute six
# command to install dependencies # command to install dependencies
install: install:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment