From fcc8f3c5a78c79819bd1483f0ea166e8f78772e0 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 30 Jul 2019 08:45:56 +0300 Subject: [PATCH] Revert python version change used for tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec41b28b2..c7490de61 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_* deps = -rrequirements.txt -rrequirements_test.txt -basepython = python3.7 +basepython = python3.6 commands = py.test -vv --cov Pyfa tests2/ [testenv:pep8]