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

Merge branch 'MisterBiggs-master-patch-42928' into 'master'

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

See merge request MisterBiggs/aero-astro-calc!2
This commit is contained in:
Anson Biggs 2020-01-20 21:28:30 +00:00
commit e69ad7d983
2 changed files with 15 additions and 0 deletions

View File

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

Binary file not shown.