Projet

Général

Profil

0001-python3-virtualenv-for-tox-unit-testing-28277.patch

Paul Marillonnet, 23 novembre 2018 12:04

Télécharger (763 octets)

Voir les différences:

Subject: [PATCH] python3 virtualenv for tox unit testing (#28277)

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
5 5

  
6 6
[tox]
7 7
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/authentic/{env:BRANCH_NAME:}
8
envlist = coverage-{dj18,dj111}-{authentic,rbac}-{pg,sqlite}
8
envlist = py2-coverage-{dj18,dj111}-{authentic,rbac}-{pg,sqlite},py3-coverage-dj111-{authentic,rbac}-{pg,sqlite}
9 9

  
10 10
[testenv]
11 11
# django.contrib.auth is not tested it does not work with our templates
12
-