13 lines
259 B
INI
13 lines
259 B
INI
[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
|