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

@@ -1,21 +1,22 @@
environment:
matrix:
- TOXENV: "py27-pytest36"
- TOXENV: "py34-pytest36"
- TOXENV: "py35-pytest36"
- TOXENV: "py36-pytest36"
- TOXENV: "py27-pytest36-pexpect"
- TOXENV: "py36-pytest36-pexpect"
# note: please use "tox --listenvs" to populate the build matrix
- TOXENV: "py27-pytest33"
- TOXENV: "py34-pytest33"
- TOXENV: "py35-pytest33"
- TOXENV: "py36-pytest33"
- TOXENV: "py27-pytest33-pexpect"
- TOXENV: "py36-pytest33-pexpect"
- TOXENV: "flakes"
- TOXENV: "readme"
install:
- C:\Python36\python -m pip install -U tox setuptools_scm pip
- C:\Python35\python -m pip install -U tox setuptools_scm pip
build: false # Not a C# project, build stuff at the test step instead.
test_script:
- C:\Python36\python -m tox
- C:\Python35\python -m tox
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
# might as well save resources