mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-15 22:56:47 +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:
commit
e69ad7d983
@ -1,5 +1,20 @@
|
||||
stages:
|
||||
- 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
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user