Skip to content

Commit

Permalink
Update pytest version in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargavasomu committed Dec 14, 2018
1 parent 1e077ce commit 9694535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

extras_require = {
'test': [
"pytest==3.2.2",
"pytest>=3.6.0",
"pytest-xdist"
],
'lint': [
"flake8==3.4.1",
"mypy==0.641",
"mypy-extensions==0.4.1",
],
'dev': [
"bumpversion>=0.5.3,<1",
Expand Down

0 comments on commit 9694535

Please sign in to comment.