Files
wolfssl/wrapper/python/wolfssl/tox.ini

8 lines
141 B
INI
Raw Normal View History

[tox]
2017-01-16 15:43:13 -02:00
envlist=py27,py34,py35,py36
skip_missing_interpreters=true
[testenv]
deps=-rrequirements-testing.txt
2017-01-16 15:43:13 -02:00
commands=py.test test/ {posargs}