pycrate/tox.ini

31 lines
586 B
INI
Raw Normal View History

2021-05-06 07:23:44 +00:00
[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
2021-05-08 08:42:06 +00:00
deps =
cryptography
lxml
linux: pysctp
2021-05-08 17:28:40 +00:00
!py27-!windows: CryptoMobile @ git+https://github.com/P1sec/CryptoMobile.git@master#egg=CryptoMobile
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