1 Star 0 Fork 1

李宏博/jetson_stats

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tox.ini 1.87 KB
一键复制 编辑 原始数据 按行查看 历史
Raffaello Bonghi 提交于 2020-02-15 15:28 . Update tox.ini
# This file is part of the jetson_stats package (https://github.com/rbonghi/jetson_stats or http://rnext.it).
# Copyright (c) 2019 Raffaello Bonghi.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
[tox]
envlist = py{2.7,3.4,3.5,3.6,3.7,3.8}
skip_missing_interpreters = true
[testenv]
setenv =
TERM=linux
TERMINFO=/etc/terminfo
basepython =
py2.7: python2.7
py3.4: python3.4
py3.5: python3.5
py3.6: python3.6
py3.7: python3.7
py3.8: python3.8
deps =
check-manifest
# If your project uses README.rst, uncomment the following:
# readme_renderer
flake8
pytest
# pytest-cov
# coveralls
commands =
# List of enviroments variables
# https://tox.readthedocs.io/en/latest/config.html#substitutions-for-virtualenv-related-sections
check-manifest --ignore tox.ini,tests*
# This repository uses a Markdown long_description, so the -r flag to
# `setup.py check` is not needed. If your project contains a README.rst,
# use `python setup.py check -m -r -s` instead.
python setup.py check -m -s
flake8 .
py.test tests
#passenv =
# TRAVIS
# TRAVIS_BRANCH
# TRAVIS_JOB_ID
[flake8]
max-line-length = 160
exclude =
.git,
.tox,
*.egg,
build,
data
select = E,W,F
[pytest]
addopts = -p no:warnings
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kabobobo/jetson_stats.git
git@gitee.com:kabobobo/jetson_stats.git
kabobobo
jetson_stats
jetson_stats
master

搜索帮助