Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Relax pytest version range (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry0312 authored Jan 15, 2018
1 parent dc97803 commit 4781c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
py_modules=['pytest_docstyle'],
python_requires='>=3.6,<4',
install_requires=[
'pytest>=3.3,<3.4',
'pytest>=3.0,<4',
'pydocstyle>=2.1,<2.2',
],
# https://docs.pytest.org/en/latest/writing_plugins.html#making-your-plugin-installable-by-others
Expand Down

0 comments on commit 4781c38

Please sign in to comment.