Skip to content
Snippets Groups Projects
Commit e42546cf authored by Samuel GAIST's avatar Samuel GAIST
Browse files

Merge branch 'update_install_commands' into 'master'

Update install commands to follow bob's guidelines

See merge request !85
parents 29bc90f0 a7790822
Branches
Tags
1 merge request!85Update install commands to follow bob's guidelines
Pipeline #54915 passed
......@@ -17,9 +17,9 @@ build:
script:
- cd {{ environ.get('RECIPE_DIR') + '/..' }}
{% if environ.get('BUILD_EGG') %}
- python setup.py sdist --formats=zip
- "{{ PYTHON }} setup.py sdist --formats=zip"
{% endif %}
- python setup.py install --single-version-externally-managed --record record.txt
- "{{ PYTHON }} -m pip install . -vv"
# installs the documentation source, readme to share/doc so it is available
# during test time
- install -d "${PREFIX}/share/doc/{{ name }}"
......@@ -29,6 +29,7 @@ requirements:
host:
- python {{ python }}
- setuptools {{ setuptools }}
- pip {{ pip }}
- docopt {{ docopt }}
- numpy {{ numpy }}
- requests {{ requests }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment