Skip to content
Snippets Groups Projects
Commit 520185e1 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Up correct python and pip call

parent 8943caa1
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -29,7 +29,7 @@ build:
tags:
- docker
script:
- python setup.py install
- python3 setup.py install
# Tests
test:
......@@ -37,7 +37,7 @@ test:
tags:
- docker
script:
- python setup.py test
- python3 setup.py test
artifacts:
when: always
untracked: true
......@@ -51,7 +51,7 @@ dist:
tags:
- docker
script:
- pip install -e .
- pip3 install -e .
- nosetests
artifacts:
when: always
......
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