tox: Use the default version of Python 3 for tox tests

When running the tox tests, use the default version of Python 3. Instead
of having to update the Python 3 version as we move from
 py34 -> py35 -> py36 -> py37 -> py38
Just use the default version of Python 3 on the system.
This will not affect what gets run in the gate, as the version is
explicitly specified when it runs there. This is for developers who run
the tests locally.
Change-Id: I005d85b7d8f84f5471db3c3da279c5cf9cf13d4e
This commit is contained in:
John L. Villalovos
2017年10月17日 16:11:15 -07:00
parent ce32efc82b
commit 4d1272b171

View File

@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py35,py27,func,pep8
envlist = py3,py27,func,pep8
[testenv]
usedevelop = True
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.