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

8 lines
141 B
INI
Raw Normal View History

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