Test with Python 3.6 as well.
This commit is contained in:
@@ -21,6 +21,11 @@ env:
|
|||||||
- TOXENV=py35-pytest27
|
- TOXENV=py35-pytest27
|
||||||
- TOXENV=py35-pytest28
|
- TOXENV=py35-pytest28
|
||||||
- TOXENV=py35-pytest29
|
- TOXENV=py35-pytest29
|
||||||
|
- TOXENV=py35-pytest30
|
||||||
|
- TOXENV=py36-pytest27
|
||||||
|
- TOXENV=py36-pytest28
|
||||||
|
- TOXENV=py36-pytest29
|
||||||
|
- TOXENV=py36-pytest30
|
||||||
- TOXENV=py27-pytest28-pexpect
|
- TOXENV=py27-pytest28-pexpect
|
||||||
- TOXENV=py35-pytest28-pexpect
|
- TOXENV=py35-pytest28-pexpect
|
||||||
- TOXENV=flakes
|
- TOXENV=flakes
|
||||||
|
|||||||
2
tox.ini
2
tox.ini
@@ -1,7 +1,7 @@
|
|||||||
[tox]
|
[tox]
|
||||||
# if you change the envlist, please update .travis.yml file as well
|
# if you change the envlist, please update .travis.yml file as well
|
||||||
envlist=
|
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
|
py{27,35}-pytest28-pexpect
|
||||||
flakes
|
flakes
|
||||||
readme
|
readme
|
||||||
|
|||||||
Reference in New Issue
Block a user