Projet

Général

Profil

0001-tox.ini-use-py27-instead-of-basepython.patch

Benjamin Dauvergne, 31 mai 2019 13:20

Télécharger (736 octets)

Voir les différences:

Subject: [PATCH 1/2] tox.ini: use py27- instead of basepython

 tox.ini | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
tox.ini
1 1
[tox]
2 2
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/passerelle/{env:BRANCH_NAME:}
3
envlist = django{18,111}-{sqlite,pg}
3
envlist = py27-django{18,111}-{sqlite,pg}
4 4

  
5 5
[testenv]
6 6
usedevelop = True
7
basepython = python2
8 7
setenv =
9 8
  DJANGO_SETTINGS_MODULE=passerelle.settings
10 9
  PASSERELLE_SETTINGS_FILE=tests/settings.py
11
-