Skip to content

Commit

Permalink
Alterando o gestor de dependência para pipenv
Browse files Browse the repository at this point in the history
close #669
  • Loading branch information
GuilhermeePires committed Apr 30, 2022
1 parent 914a541 commit 01efdef
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ python:
-3.10
-2.7
install:
- pip install -q -r requirements-dev.txt codecov
- pip install -q -r codecov
script:
-flake8
-pytest lybpythonproo --cov=libpythonproo
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pytest-mock = "*"
requests = "*"

[requires]
python_version = "3.7"
python_version = "3.10"
245 changes: 123 additions & 122 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
requests==2.27.1
pytest~=7.1.2
requests~=2.27.1

0 comments on commit 01efdef

Please sign in to comment.