Skip to content

Commit 01efdef

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

File tree

4 files changed

+127
-125
lines changed

4 files changed

+127
-125
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python:
33
-3.10
44
-2.7
55
install:
6-
- pip install -q -r requirements-dev.txt codecov
6+
- pip install -q -r codecov
77
script:
88
-flake8
99
-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)