blob: b4758d1debf12e304a75cb9852334e94fc8f377d [file] [log] [blame]
Mike Frysinger4997d1c2019-12-01 22:47:21 -05001# Copyright 2019 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# https://tox.readthedocs.io/
16
17[tox]
Mike Frysinger4b325812020-03-13 05:35:00 -040018envlist = py36, py37, py38
Mike Frysinger4997d1c2019-12-01 22:47:21 -050019
Mike Frysingerb57e6332020-02-15 13:49:10 -050020[gh-actions]
21python =
Mike Frysingerb57e6332020-02-15 13:49:10 -050022 3.6: py36
23 3.7: py37
24 3.8: py38
25
Mike Frysinger4997d1c2019-12-01 22:47:21 -050026[testenv]
27deps = pytest
Mike Frysingerd2163842020-02-15 13:44:56 -050028commands = {envpython} run_tests
29setenv =
30 GIT_AUTHOR_NAME = Repo test author
31 GIT_COMMITTER_NAME = Repo test committer
32 EMAIL = repo@gerrit.nodomain