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

11
tox.ini
View File

@@ -1,8 +1,8 @@
[tox]
# if you change the envlist, please update .travis.yml file as well
envlist=
py{27,34,35,36}-pytest{34,35,36}
py{27,36}-pytest36-pexpect
py{27,34,35,36}-pytest{30,31,32,33}
py{27,36}-pytest{30,31,32,33}-pexpect
py{27,36}-pytest{master,features}
flakes
readme
@@ -15,9 +15,10 @@ deps =
pycmd
# to avoid .eggs
setuptools_scm
pytest34: pytest~=3.4.0
pytest35: pytest~=3.5.0
pytest36: pytest~=3.6.0
pytest30: pytest~=3.0.5
pytest31: pytest~=3.1.0
pytest32: pytest~=3.2.0
pytest33: pytest~=3.3.0
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features
pexpect: pexpect