Skip to content

Commit

Permalink
Skip testing with pytest 2.7 on python 3.5 (no support for it).
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Feb 3, 2016
1 parent 030fde4 commit e817136
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ usedevelop = true
usedevelop = true

[testenv:3.5-pytest27-nodist-cover]
usedevelop = true
commands = python -c 'print("skip")'

[testenv:3.5-pytest27-xdist-cover]
usedevelop = true
commands = python -c 'print("skip")'

[testenv:pypy-pytest28-nodist-cover]
usedevelop = true
Expand All @@ -243,4 +243,8 @@ usedevelop = true
[testenv:pypy-pytest27-xdist-cover]
usedevelop = true

[testenv:3.5-pytest27-xdist-nocov]
commands = python -c 'print("skip")'

[testenv:3.5-pytest27-nodist-nocov]
commands = python -c 'print("skip")'

0 comments on commit e817136

Please sign in to comment.