Agregados requerimientos y separados por dev y prod

This commit is contained in:
Daniel Cortes
2020-06-07 23:10:00 -04:00
parent 0a6d9c3c8e
commit edbdcb1296
5 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ before_script:
test:
stage: test
script:
- pip install -r requirements.txt
- pip install -r requirements.txt -r requirements-dev.text
- ./lint.sh
deploy: