.gitlab-ci.yml 250 Bytes
Newer Older
test:
  script:
    - echo $USER
    - echo $PATH
    - conda env update -n environment.yml
    - pip install codacy-coverage
    - source activate earthdiagnostics
    - unittest test
    - coverage xml
    - python-codacy-coverage -r coverage.xml