Skip to content

Commit 4514bbf

Browse files
author
Fabio Silva
committed
Instalado pipenv -d
1 parent 2e17c80 commit 4514bbf

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
architecture: x64
2323
- name: Instalar dependências
2424
run: |
25-
pip install -r requirements-dev.txt
25+
pip install pipenv
26+
pipenv sync --dev
2627
- name: testes
2728
run: |
2829
pytest --cov=libpythonpro_fls

.pyup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
schedule: ''
22
update: insecure
33
requirements:
4-
- requirements.txt
5-
- requirements-dev.txt
4+
- pipfile
5+
- pipfile.lock

0 commit comments

Comments
 (0)