Bump python version to 3.8

This commit is contained in:
DarkPhoenix
2020-01-30 11:09:11 +03:00
parent 17d7583cfc
commit 97cf53217e
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ passenv = CI TRAVIS TRAVIS_*
deps =
-rrequirements.txt
-rrequirements_test.txt
basepython = python3.6
basepython = python3.8
commands = py.test -vv --cov Pyfa tests2/
[testenv:pep8]