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

Passing python version

parent 6ec5ba28
No related branches found
No related tags found
1 merge request!153Introduce CI package to handle installation and development
This commit is part of merge request !153. Comments created here will be created in the context of that merge request.
......@@ -14,11 +14,11 @@ before_install:
- edm install -y -e force-bootstrap click setuptools
- edm run -e force-bootstrap -- python -m ci build-env --python-version ${PYTHON_VERSION}
script:
- edm run -e force-bootstrap -- python -m ci flake8
- edm run -e force-bootstrap -- python -m ci test
- edm run -e force-bootstrap -- python -m ci docs
- edm run -e force-bootstrap -- python -m ci flake8 --python-version ${PYTHON_VERSION}
- edm run -e force-bootstrap -- python -m ci test --python-version ${PYTHON_VERSION}
- edm run -e force-bootstrap -- python -m ci docs --python-version ${PYTHON_VERSION}
after_success:
- edm run -e force-bootstrap -- python -m ci coverage
- edm run -e force-bootstrap -- pip install codecov
- edm run -e force-bootstrap -- python -m ci coverage --python-version ${PYTHON_VERSION}
- edm run -e force-bootstrap -- pip install codecov --python-version ${PYTHON_VERSION}
- edm run -e force-bootstrap -- codecov
- bash <(curl -s https://codecov.io/bash)
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