1
1
Fork 0
mirror of https://github.com/McSinyx/palace synced 2023-12-14 09:02:59 +01:00
palace/tox.ini

13 lines
288 B
INI
Raw Normal View History

[tox]
envlist = py
minversion = 3.3
isolated_build = true
[testenv]
deps = flake8
commands =
; Lint Python and Cython source files
flake8 --ignore=E225,E226,E227,E701
flake8 --ignore=E225,E226,E227,E701,E999 palace.pyx
flake8 --ignore=E225,E226,E227,E501,E701,E999 alure.pxd