Update tox and appveyor for CI tests to exclude pytest < 3

Update the install requires versions for pytest
This commit is contained in:
Tim Hou
2017-06-16 11:59:57 -05:00
parent 4a1f1d879b
commit 6256608669
3 changed files with 5 additions and 23 deletions

View File

@@ -1,8 +1,8 @@
[tox]
# if you change the envlist, please update .travis.yml file as well
envlist=
py{26,27,34,35,36}-pytest{27,28,29,30}
py{27,35}-pytest28-pexpect
py{26,27,34,35,36}-pytest{30}
py{27,35}-pytest{30}-pexpect
flakes
readme
@@ -14,9 +14,6 @@ deps =
pycmd
# to avoid .eggs
setuptools_scm
pytest27: pytest~=2.7.2
pytest28: pytest~=2.8.7
pytest29: pytest~=2.9.2
pytest30: pytest~=3.0.5
pexpect: pexpect
platform=