Skip to content

Commit

Permalink
Set minimum required pytest to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraith committed Jan 27, 2019
1 parent 322aff2 commit 6a20e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coveralls
pytest
pytest>=3.6
pytest-cov
twine
wheel
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
python_requires='>=3.5',
tests_require=['pytest'],
tests_require=['pytest>=3.6'],
setup_requires=pytest_runner_opt + setuptools_lint_opt + flake8_opt,
url='https://github.com/ferraith/setuptools-antlr',
license='MIT',
Expand Down

0 comments on commit 6a20e0f

Please sign in to comment.