mirror of
https://github.com/wolfSSL/wolfssl
synced 2026-05-24 10:18:22 +00:00
6 lines
85 B
INI
6 lines
85 B
INI
[tox]
|
|
envlist=py27
|
|
|
|
[testenv]
|
|
deps=-rrequirements-testing.txt
|
|
commands=py.test test/
|