pycrate/setup.cfg

31 lines
487 B
INI
Raw Permalink Normal View History

2021-05-09 07:02:52 +00:00
[bdist_wheel]
universal = 1
[tox:tox]
envlist = {py27,py35,py36,py37,py38,py39}-{linux,macos,windows}
2021-05-06 07:23:44 +00:00
[testenv]
passenv = TERM
platform =
linux: linux
macos: darwin
windows: win32
deps =
py27: enum34
2021-05-06 10:53:10 +00:00
commands = python -m unittest --verbose test.test_pycrate
2021-05-06 07:23:44 +00:00
[gh-actions]
python =
2021-05-07 15:39:46 +00:00
2.7: py27
2021-05-07 07:35:53 +00:00
3.5: py35
2021-05-06 07:23:44 +00:00
3.6: py36
3.7: py37
3.8: py38
3.9: py39
[gh-actions:env]
TOX_OS =
ubuntu-latest: linux
macos-latest: macos
windows-latest: windows