Include pytest 3.6 into the build matrix

This commit is contained in:
Bruno Oliveira
2018-07-27 17:20:50 -03:00
parent dba68518fc
commit beb92732ed
3 changed files with 7 additions and 4 deletions

View File

@@ -5,18 +5,19 @@ environment:
- TOXENV: "py34-pytest33"
- TOXENV: "py35-pytest33"
- TOXENV: "py36-pytest33"
- TOXENV: "py36-pytest36"
- TOXENV: "py27-pytest33-pexpect"
- TOXENV: "py36-pytest33-pexpect"
- TOXENV: "flakes"
- TOXENV: "readme"
install:
- C:\Python35\python -m pip install -U tox setuptools_scm pip
- C:\Python36\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:\Python35\python -m tox
- C:\Python36\python -m tox
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
# might as well save resources