mathtext-fastapi / .gitlab-ci.yml
Hobson Lane
Update .gitlab-ci.yml
2560f85
raw
history blame
164 Bytes
# Official Python language image.
test:
image: python:3.9
before_script:
- python -v
- pip install -r requirements.txt
script:
- pytest --verbose