fix interpreter configuration

This commit is contained in:
Gonçalo Valério 2021-01-20 17:58:18 +00:00
parent 06af267e16
commit 403dd6b67d
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ deps =
django3.0: django>=3.0,<3.1
-r {toxinidir}/requirements_test.txt
basepython =
py38: python3.8
py37: python3.7
py36: python3.6
py3.8: python3.8
py3.7: python3.7
py3.6: python3.6