Projet

Général

Profil

0002-tox.ini-test-with-python3-26207.patch

Benjamin Dauvergne, 01 octobre 2019 12:55

Télécharger (571 octets)

Voir les différences:

Subject: [PATCH 2/3] tox.ini: test with python3 (#26207)

 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}/wcs-olap/{env:BRANCH_NAME:}
8
envlist = coverage
8
envlist = {py2,py3}-coverage
9 9

  
10 10
[testenv]
11 11
usedevelop = true
12
-