Loading .gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line image: continuumio/miniconda3:latest before_script: - env - source activate root - conda install pytest pytest-cov test: stage: test script: - pytest -v --cov --cov-report term-missing . Loading
.gitlab-ci.yml 0 → 100644 +11 −0 Original line number Diff line number Diff line image: continuumio/miniconda3:latest before_script: - env - source activate root - conda install pytest pytest-cov test: stage: test script: - pytest -v --cov --cov-report term-missing .