Skip to content
Snippets Groups Projects
Commit f11a57af authored by Jan Möbius's avatar Jan Möbius
Browse files

Removed python 2.7

parent 5553e2a5
Branches
No related tags found
1 merge request!8Track om master
Pipeline #17428 failed
......@@ -51,21 +51,6 @@ build-3.5-macos:
paths:
- dist3/
build-2.7-linux:
stage:
build
tags:
- Linux
variables:
GIT_SUBMODULE_STRATEGY: recursive
script:
- virtualenv -p python2.7 .
- source bin/activate
- python setup.py bdist_wheel --dist-dir dist2
artifacts:
paths:
- dist2/
build-2.7-macos:
stage:
build
......@@ -121,20 +106,6 @@ test-3.5-macos:
- cd tests
- python -m unittest discover
test-2.7-linux:
stage:
test
tags:
- Linux
dependencies:
- build-2.7-linux
script:
- virtualenv -p python2.7 .
- source bin/activate
- pip install dist2/*.whl
- cd tests
- python -m unittest discover
test-2.7-macos:
stage:
test
......@@ -191,20 +162,6 @@ deploy-3.5-macos:
paths:
- release/*.whl
deploy-2.7-linux:
stage:
deploy
tags:
- Linux
dependencies:
- build-2.7-linux
script:
- mkdir release
- cp dist2/*.whl release
artifacts:
paths:
- release/*.whl
deploy-2.7-macos:
stage:
deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment