Skip to content

Commit

Permalink
Merge pull request #209 from SUSE-Enceladus/py37
Browse files Browse the repository at this point in the history
Make tox env work with python3.7
  • Loading branch information
smarlowucf authored Jul 1, 2019
2 parents 7c4fa71 + 7e107eb commit 1436858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ envlist =
py34
py35
py36
py37

[testenv]
passenv = HOME
commands =
pip install -e .[dev]
pytest --cov=img-proof
pytest --cov=img_proof
flake8 img-proof
flake8 tests --exclude=data

0 comments on commit 1436858

Please sign in to comment.