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

Update .gitlab-ci.yml

parent b5b832b2
No related branches found
No related tags found
No related merge requests found
Pipeline #14681 failed
......@@ -49,7 +49,7 @@ build-3.5-macos:
script:
- export PATH=/opt/local/bin:$PATH
- virtualenv --clear -p python3.5 .
- ls -la *
- ls
- source bin/activate
- python setup.py bdist_wheel --dist-dir dist3
artifacts:
......@@ -81,7 +81,7 @@ build-2.7-macos:
script:
- export PATH=/opt/local/bin:$PATH
- virtualenv --clear -p python2.7 .
- ls -la *
- ls
- source bin/activate
- python setup.py bdist_wheel --dist-dir dist2
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment