Skip to content

Commit

Permalink
Require pytest >= 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Nov 8, 2017
1 parent b74441d commit 02408fc
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 @@ -18,7 +18,7 @@
]
tests_require = [
"mock",
"pytest",
"pytest>=3.0.0",
"pytest-cov",
"pytz"
]
Expand Down

1 comment on commit 02408fc

@0bsearch
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related issue from travis support: travis-ci/travis-cookbooks#938

Please sign in to comment.