Merge "Add python_version for tox27"

This commit is contained in:
Zuul 2020-08-26 15:27:43 +00:00 committed by Gerrit Code Review
commit 4380c461a6

View File

@ -56,6 +56,7 @@
Uses tox with the ``py27`` environment. Uses tox with the ``py27`` environment.
vars: vars:
tox_envlist: py27 tox_envlist: py27
python_version: 2.7
- job: - job:
name: tox-py34 name: tox-py34