Skip to content

Commit

Permalink
Drop pytest 2.7 from suite, add 3.1. Other upgrades.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jul 30, 2017
1 parent 531086c commit de3feea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/test_pytest_cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def test_no_cov(testdir):
script)
result.stdout.fnmatch_lines_random([
'WARNING: Coverage disabled via --no-cov switch!',
'*1 warnings*' if pytest.__version__.startswith('2.7') else 'WCOV-U1*Coverage disabled via --no-cov switch!',
'*Coverage disabled via --no-cov switch!',
])


Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[tox]
envlist =
check,
{py26,py27,py33,py34,py35,pypy}-{27,28,29,30}-{37,40,41,42,43},
{py27,py33,py34,py35,py36,pypy}-{27,28,29,30}-{43,44},
{py26,py27,py33,py34,py35,pypy}-{28,29,30,31}-{37,40,41,42,43},
{py27,py33,py34,py35,py36,pypy}-{28,29,30,31}-{43,44},
docs

[testenv]
Expand All @@ -27,15 +27,15 @@ deps =
28: pytest==2.8.7
29: pytest==2.9.2
30: pytest==3.0.7
pytest-capturelog
31: pytest==3.1.3
37: coverage==3.7.1
40: coverage==4.0.3
41: coverage==4.1
42: coverage==4.2
43: coverage==4.3.4
44: coverage==4.4
44: coverage==4.4.1
virtualenv
pytest-xdist==1.15.0
pytest-xdist==1.18.2
27: pytest-cache==1.0.0
process-tests==1.2.1
six
Expand Down

0 comments on commit de3feea

Please sign in to comment.