Drop support to old pytest versions (<3.4)

Let's take the opportunity to reduce the build matrix and test with latest
pytest versions as well
This commit is contained in:
Bruno Oliveira
2018-07-23 18:15:01 -03:00
parent fe1f239612
commit b5abe791ad
4 changed files with 17 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
install_requires = ['execnet>=1.1', 'pytest>=3.0.0', 'pytest-forked']
install_requires = ['execnet>=1.1', 'pytest>=3.4', 'pytest-forked']
setup(