Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
KCE
kce_etl
Commits
d6b7f1c2
Commit
d6b7f1c2
authored
Oct 25, 2019
by
Venkat Malladi
Browse files
move to conda environment.
parent
c9cf4f27
Pipeline
#5072
failed with stage
in 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d6b7f1c2
before_script
:
-
module add python/2.7.14-anaconda
-
conda env create --file environment.yml
-
pip install --user pytest-pythonpath==0.7.1 pytest-cov==2.5.1
stages
:
-
unit
...
...
@@ -9,10 +8,10 @@ stages:
user_configuration
:
stage
:
unit
script
:
-
conda
activate kce_etl
-
source
activate kce_etl
-
pytest -m unit
-
pytest -m unit --cov=./scripts
after_script
:
-
conda env remove --name kce_etl
-
conda env remove --name kce_etl
-y
environment.yml
View file @
d6b7f1c2
...
...
@@ -3,3 +3,6 @@ channels:
-
conda-forge
dependencies
:
-
conda-forge::pandas=0.24.2
pip
:
-
pytest-pythonpath==0.7.1
-
pytest-cov==2.5.1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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