summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-25 19:37:19 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-25 19:37:19 +0200
commitf91a5a4d62de9b1d31c2263fab168165e1765830 (patch)
tree03ae5cc7bdff00c215cae46607c4ddf2bac10b98 /tox.ini
parentbd1022e46a1933f634a27b1ed7632054f7f89a4f (diff)
downloadgemato-f91a5a4d62de9b1d31c2263fab168165e1765830.tar.gz
Provide compression abstraction
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a9ca8a8..cd8baa5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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