python3: exclude wcs from tox python3 tests

This commit is contained in:
Frédéric Péters 2018-03-26 11:31:41 +02:00
parent 9e2adf3665
commit e81294ed17
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:}
envlist = django{18,111}
envlist = py2-django18,coverage-py2-django111-pylint,py3-django111
[testenv]
usedevelop = True
basepython = python2
setenv =
WCSCTL=wcs/wcsctl.py
py2: WCSCTL=wcs/wcsctl.py
DJANGO_SETTINGS_MODULE=combo.settings
COMBO_SETTINGS_FILE=tests/settings.py
deps =
@ -22,10 +22,10 @@ deps =
pylint<1.8
pylint-django<0.9
django-webtest<1.9.3
quixote<3.0
vobject
psycopg2
django-mellon
py2: quixote<3.0
py2: vobject
commands =
./getlasso.sh
python manage.py compilemessages