Skip to content

Commit

Permalink
Run coverage under PyPy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Aug 1, 2017
1 parent 53547c8 commit edb68f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ commands = coverage run --parallel -m pytest {posargs}
deps = -rdev-requirements.txt
commands = coverage run --parallel -m pytest {posargs}

[testenv:pypy3]
deps = -rdev-requirements.txt
commands = coverage run --parallel -m pytest {posargs}


[testenv:flake8]
basepython = python3.6
Expand Down

0 comments on commit edb68f9

Please sign in to comment.