mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 17:12:23 +01:00
7 lines
85 B
INI
7 lines
85 B
INI
[tox]
|
|
envlist=py27
|
|
|
|
[testenv]
|
|
deps=-rrequirements-testing.txt
|
|
commands=py.test test/
|