Update tox and appveyor for CI tests to exclude pytest < 3
Update the install requires versions for pytest
This commit is contained in:
19
appveyor.yml
19
appveyor.yml
@@ -1,28 +1,13 @@
|
||||
environment:
|
||||
matrix:
|
||||
# note: please use "tox --listenvs" to populate the build matrix
|
||||
- TOXENV: "py26-pytest27"
|
||||
- TOXENV: "py26-pytest28"
|
||||
- TOXENV: "py26-pytest29"
|
||||
- TOXENV: "py26-pytest30"
|
||||
- TOXENV: "py27-pytest27"
|
||||
- TOXENV: "py27-pytest28"
|
||||
- TOXENV: "py27-pytest29"
|
||||
- TOXENV: "py27-pytest30"
|
||||
- TOXENV: "py34-pytest27"
|
||||
- TOXENV: "py34-pytest28"
|
||||
- TOXENV: "py34-pytest29"
|
||||
- TOXENV: "py34-pytest30"
|
||||
- TOXENV: "py35-pytest27"
|
||||
- TOXENV: "py35-pytest28"
|
||||
- TOXENV: "py35-pytest29"
|
||||
- TOXENV: "py35-pytest30"
|
||||
- TOXENV: "py36-pytest27"
|
||||
- TOXENV: "py36-pytest28"
|
||||
- TOXENV: "py36-pytest29"
|
||||
- TOXENV: "py36-pytest30"
|
||||
- TOXENV: "py27-pytest28-pexpect"
|
||||
- TOXENV: "py35-pytest28-pexpect"
|
||||
- TOXENV: "py27-pytest30-pexpect"
|
||||
- TOXENV: "py35-pytest30-pexpect"
|
||||
- TOXENV: "flakes"
|
||||
- TOXENV: "readme"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user