From 1e099724c5f9d489e7d6e34468a77a807eb35562 Mon Sep 17 00:00:00 2001 From: Andrew Senetar Date: Thu, 11 Jun 2020 23:23:54 -0500 Subject: [PATCH] Fix a typo in tox.ini for windows --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c23aca0..8fa3a22 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = [testenv:py3-win] platform = win commands = - python pip install pywin32 + python -m pip install pywin32 python setup.py test --test-suite tests.TestSuite [testenv:py27]