Files
wolfssl/wrapper/python/wolfssl/tox.ini
Moisés Guimarães 715d6afeda updates tox config
2017-01-16 18:48:01 -02:00

8 lines
141 B
INI

[tox]
envlist=py27,py34,py35,py36
skip_missing_interpreters=true
[testenv]
deps=-rrequirements-testing.txt
commands=py.test test/ {posargs}