Skip to content
Snippets Groups Projects
Commit 13d7a4ef authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

readme → pip

parent cffbd3c5
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,8 @@ deploy rrz master: ...@@ -140,6 +140,8 @@ deploy rrz master:
test pip deployment: test pip deployment:
image: python:3 image: python:3
stage: deploy-test stage: deploy-test
before_script:
- sleep 120 # wait to minutes for pip to be able to get the new version
script: script:
- pip install NQontrol==${CI_COMMIT_TAG:1} - pip install NQontrol==${CI_COMMIT_TAG:1}
- python3 -c "from nqontrol import Servo" - python3 -c "from nqontrol import Servo"
......
...@@ -9,7 +9,7 @@ author = LasNQ – Uni Hamburg ...@@ -9,7 +9,7 @@ author = LasNQ – Uni Hamburg
author-email = christian.darsow@physik.uni-hamburg.de author-email = christian.darsow@physik.uni-hamburg.de
license = GPL v3 license = GPL v3
# url = http:// # url = http://
long-description = file: README.rst long-description = file: README.md
# Change if running only on Windows, Mac or Linux (comma-separated) # Change if running only on Windows, Mac or Linux (comma-separated)
platforms = any platforms = any
# Add here all kinds of additional classifiers as defined under # Add here all kinds of additional classifiers as defined under
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment