.gitlab-ci.yml 299 Bytes
Newer Older
test:
  script:
    - echo $USER
    - export PATH="$HOME/miniconda2/bin:$PATH"
    - echo $PATH
    - conda env update -f environment.yml
    - source activate earthdiagnostics
    - echo $PWD
    - coverage run -m unittest discover
    - coverage xml
    - python-codacy-coverage -r coverage.xml