Skip to content

Commit e9f746e

Browse files
Alterando o gestor de dependência para pipenv
close #669
1 parent 914a541 commit e9f746e

File tree

4 files changed

+128
-125
lines changed

4 files changed

+128
-125
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ python:
33
-3.10
44
-2.7
55
install:
6-
- pip install -q -r requirements-dev.txt codecov
6+
- pip install -q pipenv codecov
7+
- pipenv sync --dev
78
script:
89
-flake8
910
-pytest lybpythonproo --cov=libpythonproo

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ pytest-mock = "*"
1414
requests = "*"
1515

1616
[requires]
17-
python_version = "3.7"
17+
python_version = "3.10"

Pipfile.lock

Lines changed: 123 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
requests==2.27.1
1+
pytest~=7.1.2
2+
requests~=2.27.1

0 commit comments

Comments
 (0)