freetype2/src/tools/docwriter/tox.ini

11 lines
131 B
INI

[tox]
envlist = py27, py36
skipsdist = True
[testenv]
deps =
pytest
-rrequirements.txt
commands =
python -m pytest -v