This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
python-usda/.gitlab-ci.yml

14 lines
151 B
YAML
Raw Normal View History

2018-08-26 20:19:36 +00:00
stages:
- test
usda-tests:
stage: test
image: python:3.5-alpine
script:
- pip install .[dev]
- pytest --cov=usda
- codecov
- flake8