tox: don't force python2

This commit is contained in:
Frédéric Péters 2019-08-18 11:51:08 +02:00
parent 62456045e0
commit 731eb7ee61
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@ envlist = coverage-py2-pylint,py3
[testenv]
usedevelop = True
basepython = python2
setenv =
py2: WCS_MANAGE=wcs/wcsctl.py
DJANGO_SETTINGS_MODULE=combo.settings
@ -31,8 +30,8 @@ deps =
py2: django-ratelimit<3
git+http://git.entrouvert.org/debian/django-ckeditor.git
commands =
./getlasso.sh
py2: ./getlasso.sh
py2: ./get_wcs.sh
python manage.py compilemessages
./get_wcs.sh
py.test {env:COVERAGE:} {posargs: --junitxml=test_{envname}_results.xml tests/}
pylint: ./pylint.sh combo/