Projet

Général

Profil

0001-tox-run-authentic-tests-in-python3-too-41237.patch

Paul Marillonnet, 01 avril 2020 18:15

Télécharger (897 octets)

Voir les différences:

Subject: [PATCH] tox: run authentic tests in python3 too (#41237)

 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
tox.ini
4 4
# and then run "tox" from this directory.
5 5
[tox]
6 6
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/hobo/{env:BRANCH_NAME:}
7
envlist = py2-coverage-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}, py3-coverage-{hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}
7
envlist = {py2,py3-coverage}-{authentic,hobo,multipublik,multitenant,multitenant-oldstylemiddleware,passerelle,schemas}
8 8

  
9 9
[testenv]
10 10
usedevelop = True
11
-