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

@@ -17,10 +17,9 @@ python:
- '3.5'
- '3.6'
env:
- TOXENV=py-pytest30
- TOXENV=py-pytest31
- TOXENV=py-pytest32
- TOXENV=py-pytest33
- TOXENV=py-pytest34
- TOXENV=py-pytest35
- TOXENV=py-pytest36
install: pip install tox setuptools_scm
script: tox