Skip to content

Commit 2b60fbc

Browse files
youtuxolegpidsadnyi
authored andcommitted
Remove pytest < 3.3.2 from the test suite
1 parent dbf2339 commit 2b60fbc

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ matrix:
66
include:
77
- python: "2.7"
88
env: TOXENV=py27-pytestlatest-linters
9-
- env: TOXENV=py27-pytest30
10-
- env: TOXENV=py27-pytest31
11-
- env: TOXENV=py27-pytest32
129
- env: TOXENV=py27-pytest33
1310
- env: TOXENV=py27-pytest34
1411
- env: TOXENV=py27-pytest35

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Unreleased
55
----------
66

7-
- Drop support for pytest < 3.3
7+
- Drop support for pytest < 3.3.2
88

99
3.0.2
1010
------

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
distshare={homedir}/.tox/distshare
3-
envlist=py27-pytestlatest-linters,py27-pytest{30,31,32,33,34,35,36,37,38,39,310,40,41,42,latest},py{34,35,36,37}-pytestlatest,py27-pytestlatest-xdist
3+
envlist=py27-pytestlatest-linters,py27-pytest{33,34,35,36,37,38,39,310,40,41,42,latest},py{34,35,36,37}-pytestlatest,py27-pytestlatest-xdist
44
skip_missing_interpreters = true
55

66
[testenv]
@@ -16,11 +16,7 @@ deps =
1616
pytest36: pytest~=3.6.0
1717
pytest35: pytest~=3.5.0
1818
pytest34: pytest~=3.4.0
19-
pytest33: pytest~=3.3.0
20-
pytest32: pytest~=3.2.0
21-
pytest31: pytest~=3.1.0
22-
pytest30: pytest~=3.0.0
23-
pytest30,pytest29: pytest-warnings
19+
pytest33: pytest~=3.3.2
2420
-r{toxinidir}/requirements-testing.txt
2521
commands = py.test tests --junitxml={envlogdir}/junit-{envname}.xml
2622

0 commit comments

Comments
 (0)