We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e9b93 commit 72fb7bfCopy full SHA for 72fb7bf
2 files changed
.travis.yml
@@ -11,7 +11,7 @@ env:
11
- TOXENV=py-pytest310
12
- TOXENV=py-pytest46
13
- TOXENV=py-pytest54
14
- - TOXENV=py-pytest60
+ - TOXENV=py-pytest62
15
- TOXENV=py-pytestlatest
16
- TOXENV=py-pytestmaster
17
matrix:
tox.ini
@@ -16,7 +16,7 @@ deps =
pytest310: pytest~=3.10
pytest46: pytest~=4.6
18
pytest54: pytest~=5.4
19
- pytest60: pytest~=6.0rc1
+ pytest62: pytest~=6.2
20
pytestlatest: pytest
21
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master
22
platform=linux|darwin
0 commit comments