pycrate/tox.ini

21 lines
370 B
INI
Raw Normal View History

2021-05-06 07:23:44 +00:00
[tox]
2021-05-07 15:46:41 +00:00
envlist = py27,py35,py36,py37,py38,py39
2021-05-06 07:23:44 +00:00
[testenv]
passenv = TERM
2021-05-08 08:42:06 +00:00
deps =
CryptoMobile @ git+https://github.com/P1sec/CryptoMobile.git@master#egg=CryptoMobile
pysctp
cryptography
lxml
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