Use python3 as python for envs as spec_cleaner dropped python2

https://github.com/openSUSE/spec-cleaner/issues/234

Change-Id: I5a901ade60949af2c5246ce1ae1877d7feb37b4d
This commit is contained in:
Sumit Jamgade 2018-07-02 14:43:18 +02:00
parent 857a8487c2
commit e901aee2f1
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
renderspec>=1.2.0,!=1.9.0
spec_cleaner>=0.8.9,!=1.0.8
spec_cleaner>=1.0.9

View File

@ -4,6 +4,7 @@ envlist = rpm-packaging-lint
skipsdist = True
[testenv]
basepython = python3
setenv =
VIRTUAL_ENV={envdir}
LC_ALL=en_US.utf-8