Sybren A. Stüvel 8a06bf5903 Add optional support for ZStandard compression
BAT now can take advantage of the `zstandard` module to handle Blender
3.0+ compressed blend files.

If the module is not installed, the blend files cannot be opened but
GZip-compressed and uncompressed files can still be handled.
2021-10-05 18:24:44 +02:00

10 lines
169 B
INI

[tox]
isolated_build = true
envlist = py37, py38, py39
[testenv]
whitelist_externals = poetry
commands=
poetry install -E zstandard
poetry run py.test --no-cov