From e9f85fca5b1c946091bc6aaf7f25d6ae8df6625d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 8 May 2020 01:10:03 +0300 Subject: [PATCH] Tests(tox): Run generic tests under w32 --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index 696e97c..6c70363 100644 --- a/tox.ini +++ b/tox.ini @@ -34,21 +34,27 @@ commands = rm.py -f test.out [testenv:py27] +platform = linux|win32 commands = {[general]commands} [testenv:py34] +platform = linux|win32 commands = {[general]commands} [testenv:py35] +platform = linux|win32 commands = {[general]commands} [testenv:py36] +platform = linux|win32 commands = {[general]commands} [testenv:py37] +platform = linux|win32 commands = {[general]commands} [testenv:py38] +platform = linux|win32 commands = {[general]commands} # PostgreSQL test environments @@ -177,6 +183,7 @@ commands = # flake8 [testenv:py27-flake8] +platform = linux|win32 deps = flake8 commands = @@ -184,6 +191,7 @@ commands = flake8 [testenv:py38-flake8] +platform = linux|win32 deps = flake8 commands = -- 2.39.2