Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
tomoscan
Commits
9de088e2
Commit
9de088e2
authored
Oct 10, 2019
by
payno
Browse files
remove windows conda test
parent
1d0fa848
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9de088e2
...
...
@@ -37,29 +37,6 @@ test:python3.7_stretch_pyqt5:
<<
:
*test_linux_template
test:windows-conda:
stage
:
test_library
image
:
python:3-windowsservercore
tags
:
-
win
before_script
:
-
SET "PATH=C:\\miniconda3;C:\\miniconda3\\Scripts;%PATH%"
-
SET "PATH=C:\\miniconda3\\include;%PATH%"
-
SET "PATH=C:\\miniconda3\\python3.7\\site-packages\\numpy\\core\\include;%PATH%"
-
SET "PATH=C:\\windows\\system32\\config\\systemprofile\\appdata\\roaming\\python\\python37\\site-packages;%PATH%"
-
SET "PATH=C:\\windows\\system32\\config\\systemprofile\\appdata\\roaming\\python\\python37\\site-packages\\numpy\\core\\include;%PATH%"
-
SET "ORANGE_WEB_LOG='False'"
-
pip install virtualenv
-
virtualenv venv
-
call venv\\Scripts\\activate.bat
-
python --version
-
pip install pip --upgrade
-
python -m pip install - requirements.txt
-
python -m pip install .
script
:
-
python -m unittest tomoscan.test.suite -v
test:test-tomoscan-tutorials:
stage
:
test_notbooks
image
:
docker-registry.esrf.fr/dau/tomwer:python3.7_buster_pyqt5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment