1
0
mirror of https://gitlab.com/MisterBiggs/aero-astro-calc.git synced 2025-06-16 07:06:42 +00:00

Update .gitlab-ci.yml, requirements.txt files

This commit is contained in:
Anson Biggs 2020-01-20 21:24:07 +00:00
parent a27055ec22
commit acf3078266
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
stages:
- deploy
- black
black:
stage: black
image: python:3.8
before_script:
- python -V
- pip install -U black==19.10b0
- black .
# https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference
deploy:
stage: deploy

Binary file not shown.