pycrate/tox.ini

21 lines
370 B
INI

[tox]
envlist = py27,py35,py36,py37,py38,py39
[testenv]
passenv = TERM
deps =
CryptoMobile @ git+https://github.com/P1sec/CryptoMobile.git@master#egg=CryptoMobile
pysctp
cryptography
lxml
commands = python -m unittest --verbose test.test_pycrate
[gh-actions]
python =
2.7: py27
3.5: py35
3.6: py36
3.7: py37
3.8: py38
3.9: py39