We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ca210 commit 7240917Copy full SHA for 7240917
.gitlab-ci.yml
@@ -4,7 +4,10 @@ stages:
4
python_tests:
5
image: python:3.8.10
6
stage: test
7
+ variables: NEOCC_PORTAL_IP: $NEOCC_PORTAL_IP
8
+
9
script:
10
+ - echo $NEOCC_PORTAL_IP
11
- python3 -m venv venv
12
- source venv/bin/activate ven
13
- pip install astroquery # For testing
@@ -13,5 +16,6 @@ python_tests:
16
- python setup.py bdist_wheel
14
17
- pip install .
15
18
- pip install -r requirements.txt
19
+ # test.py $NEOCC_PORTAL_IP
20
- coverage run -m pytest -rp test/test*.py
21
- coverage report ESANEOCC/*.py
0 commit comments