diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-25 19:37:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-25 19:37:19 +0200 |
commit | f91a5a4d62de9b1d31c2263fab168165e1765830 (patch) | |
tree | 03ae5cc7bdff00c215cae46607c4ddf2bac10b98 /tox.ini | |
parent | bd1022e46a1933f634a27b1ed7632054f7f89a4f (diff) | |
download | gemato-f91a5a4d62de9b1d31c2263fab168165e1765830.tar.gz |
Provide compression abstraction
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,8 @@ commands = [testenv:py27] deps = + backports.lzma + bz2file coverage pyblake2 pysha3 @@ -36,6 +38,8 @@ deps = [testenv:pypy] deps = + backports.lzma + bz2file coverage pyblake2 pysha3 |