[bdist_wheel]
; this ctypes module works on both Python 2 and 3
universal = 1

[build_make]
; the make command raises errors on DLL's that are already built
ignore_errors = 1

[aliases]
test=pytest

[tool:pytest]
addopts = tests/ --cov=libtcodpy