Skip to content

Commit

Permalink
Skip hv on py2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed May 8, 2020
1 parent 3530131 commit 4485e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Expand Up @@ -7,6 +7,10 @@ envlist = py27,py36,py37,py38,pypy,flake8,dev
commands = py.test -v {posargs:tests}
extras = all

[testenv:py27]
commands = py.test -v {posargs:tests}
extras = verify

[testenv:coverage]
setdevelop = True
passenv = TRAVIS TRAVIS_*
Expand Down

0 comments on commit 4485e22

Please sign in to comment.