add zopfli to tox testing dependencies

This commit is contained in:
Chris Simpkins 2018-05-14 07:51:20 -04:00
parent 4da8f43eeb
commit cf5b31e9c6

View File

@ -11,6 +11,7 @@ basepython =
deps = deps =
cov: coverage>=4.3 cov: coverage>=4.3
pytest pytest
zopfli
-rrequirements.txt -rrequirements.txt
install_command = install_command =
pip install -v {opts} {packages} pip install -v {opts} {packages}