Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
fix tox python3 overrides
Browse files Browse the repository at this point in the history
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I28c143edde30be7c37d22c9653576df2999d71ba
  • Loading branch information
hnwolf committed Jul 10, 2018
1 parent 68a0c8a commit ec84f22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ skipsdist = True
envlist = releasenotes

[testenv:releasenotes]
basepython = python3
deps = -rtest-requirements.txt
commands = bash -c tools/releasenotes_tox.sh

0 comments on commit ec84f22

Please sign in to comment.