Skip to content

Commit

Permalink
Added tox to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterKraabol committed Feb 27, 2020
1 parent d71b7ad commit f856be0
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 26 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pytest-cov = "*"
pytest = "*"
responses = "*"
wheel = "*"
tox = "*"

[requires]
python_version = "3.8"
65 changes: 40 additions & 25 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
readme = f.read()

requirements = ['requests', 'rx>=3.0.0']
test_requirements = ['pipenv', 'twine', 'pytest-cov', 'pytest', 'responses', 'wheel']
test_requirements = ['pipenv', 'twine', 'pytest-cov', 'pytest', 'responses', 'wheel', 'tox']
setup_requirements = ['pipenv', 'setuptools']

setup(
Expand Down

0 comments on commit f856be0

Please sign in to comment.