This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-file/tox.ini
2016-12-02 11:07:08 +01:00

14 lines
142 B
INI

[tox]
envlist = {2.7,3.5}
[testenv]
basepython =
2.7: python2.7
3.5: python3.5
deps =
pytest
pytest-cov
commands = py.test