Test using pytest 3.0

Fix #99
This commit is contained in:
Bruno Oliveira
2016-12-05 19:59:19 -02:00
parent 780cd0e04f
commit e5d8064534
5 changed files with 50 additions and 26 deletions

View File

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