Test with Python 3.6 as well.
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,10 +1,10 @@
|
||||
[tox]
|
||||
# if you change the envlist, please update .travis.yml file as well
|
||||
envlist=
|
||||
py{26,27,34,35}-pytest{27,28,29,30}
|
||||
py{26,27,34,35,36}-pytest{27,28,29,30}
|
||||
py{27,35}-pytest28-pexpect
|
||||
flakes
|
||||
readme
|
||||
readme
|
||||
|
||||
|
||||
[testenv]
|
||||
@@ -20,7 +20,7 @@ deps =
|
||||
pytest30: pytest~=3.0.5
|
||||
pexpect: pexpect
|
||||
platform=
|
||||
pexpect: linux|darwin
|
||||
pexpect: linux|darwin
|
||||
commands=
|
||||
# always clean to avoid code unmarshal mismatch on old python/pytest
|
||||
py.cleanup -aq
|
||||
|
||||
Reference in New Issue
Block a user