Skip to content
Snippets Groups Projects
Commit 116359dd authored by Stefano Borini's avatar Stefano Borini
Browse files

Removed pyyaml as we don't need it. Added version selection for the base environment

parent 9b4d3c2b
No related branches found
No related tags found
1 merge request!181Removed force-bootstrap from the travis environment. using default
...@@ -8,7 +8,7 @@ before_install: ...@@ -8,7 +8,7 @@ before_install:
- export PATH=/usr/lib/ccache:${PATH} - export PATH=/usr/lib/ccache:${PATH}
- wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME - wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME
- export PATH=${HOME}/edm/bin:${PATH} - export PATH=${HOME}/edm/bin:${PATH}
- edm install -y click setuptools pyyaml - edm install --version 3.5 -y click setuptools
- edm run -- python -m ci build-env - edm run -- python -m ci build-env
script: script:
- edm run -- python -m ci install - edm run -- python -m ci install
......
...@@ -15,7 +15,7 @@ We assume the bootstrap environment is the default one (called ``edm``):: ...@@ -15,7 +15,7 @@ We assume the bootstrap environment is the default one (called ``edm``)::
wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME wget https://package-data.enthought.com/edm/rh5_x86_64/1.9/edm_1.9.2_linux_x86_64.sh && bash ./edm_1.9.2_linux_x86_64.sh -b -f -p $HOME
export PATH=${HOME}/edm/bin:${PATH} export PATH=${HOME}/edm/bin:${PATH}
edm install --version 3.5 -y pyyaml click setuptools edm install --version 3.5 -y click setuptools
edm shell edm shell
Verify that your prompt changes to add "(edm)". Verify that your prompt changes to add "(edm)".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment