Revert python version change used for tox

This commit is contained in:
DarkPhoenix
2019-07-30 08:45:56 +03:00
parent fae3e8568a
commit fcc8f3c5a7

View File

@@ -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]