From 715d6afeda93566daaccc091d4bbb60fff81328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Mon, 16 Jan 2017 15:43:13 -0200 Subject: [PATCH] updates tox config --- wrapper/python/wolfssl/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapper/python/wolfssl/tox.ini b/wrapper/python/wolfssl/tox.ini index 98ec7f995..d552f72b3 100644 --- a/wrapper/python/wolfssl/tox.ini +++ b/wrapper/python/wolfssl/tox.ini @@ -1,7 +1,7 @@ [tox] -envlist=py27,py34,py35 +envlist=py27,py34,py35,py36 skip_missing_interpreters=true [testenv] deps=-rrequirements-testing.txt -commands=py.test test/ +commands=py.test test/ {posargs}