Include pytest 3.6 into the build matrix
This commit is contained in:
@@ -21,6 +21,7 @@ env:
|
|||||||
- TOXENV=py-pytest31
|
- TOXENV=py-pytest31
|
||||||
- TOXENV=py-pytest32
|
- TOXENV=py-pytest32
|
||||||
- TOXENV=py-pytest33
|
- TOXENV=py-pytest33
|
||||||
|
- TOXENV=py-pytest36
|
||||||
|
|
||||||
install: pip install tox setuptools_scm
|
install: pip install tox setuptools_scm
|
||||||
script: tox
|
script: tox
|
||||||
|
|||||||
@@ -5,18 +5,19 @@ environment:
|
|||||||
- TOXENV: "py34-pytest33"
|
- TOXENV: "py34-pytest33"
|
||||||
- TOXENV: "py35-pytest33"
|
- TOXENV: "py35-pytest33"
|
||||||
- TOXENV: "py36-pytest33"
|
- TOXENV: "py36-pytest33"
|
||||||
|
- TOXENV: "py36-pytest36"
|
||||||
- TOXENV: "py27-pytest33-pexpect"
|
- TOXENV: "py27-pytest33-pexpect"
|
||||||
- TOXENV: "py36-pytest33-pexpect"
|
- TOXENV: "py36-pytest33-pexpect"
|
||||||
- TOXENV: "flakes"
|
- TOXENV: "flakes"
|
||||||
- TOXENV: "readme"
|
- TOXENV: "readme"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- C:\Python35\python -m pip install -U tox setuptools_scm pip
|
- C:\Python36\python -m pip install -U tox setuptools_scm pip
|
||||||
|
|
||||||
build: false # Not a C# project, build stuff at the test step instead.
|
build: false # Not a C# project, build stuff at the test step instead.
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- C:\Python35\python -m tox
|
- C:\Python36\python -m tox
|
||||||
|
|
||||||
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
|
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
|
||||||
# might as well save resources
|
# might as well save resources
|
||||||
|
|||||||
5
tox.ini
5
tox.ini
@@ -1,8 +1,8 @@
|
|||||||
[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{27,34,35,36}-pytest{30,31,32,33}
|
py{27,34,35,36}-pytest{30,31,32,33,36}
|
||||||
py{27,36}-pytest{30,31,32,33}-pexpect
|
py{27,36}-pytest{30,36}-pexpect
|
||||||
py{27,36}-pytest{master,features}
|
py{27,36}-pytest{master,features}
|
||||||
flakes
|
flakes
|
||||||
readme
|
readme
|
||||||
@@ -19,6 +19,7 @@ deps =
|
|||||||
pytest31: pytest~=3.1.0
|
pytest31: pytest~=3.1.0
|
||||||
pytest32: pytest~=3.2.0
|
pytest32: pytest~=3.2.0
|
||||||
pytest33: pytest~=3.3.0
|
pytest33: pytest~=3.3.0
|
||||||
|
pytest36: pytest~=3.6.0
|
||||||
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
|
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
|
||||||
pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features
|
pytestfeatures: git+https://github.com/pytest-dev/pytest.git@features
|
||||||
pexpect: pexpect
|
pexpect: pexpect
|
||||||
|
|||||||
Reference in New Issue
Block a user