Revert "Drop support to old pytest versions (<3.4)"

This reverts commit b5abe791ad.
This commit is contained in:
Bruno Oliveira
2018-07-27 17:02:20 -03:00
parent 3776f3b74b
commit b8154cf655
4 changed files with 20 additions and 17 deletions

View File

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