This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandayejs/tox.ini

28 lines
729 B
INI
Raw Normal View History

2016-01-11 12:58:42 +01:00
[tox]
2020-07-28 15:13:38 +02:00
envlist = py2-coverage-django111-pylint,py3-django111,py3-django22
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/
2016-01-11 12:58:42 +01:00
[testenv]
usedevelop =
coverage: True
setenv =
SETUPTOOLS_USE_DISTUTILS=stdlib
DJANGO_SETTINGS_MODULE=mandayejs.settings
MANDAYEJS_SETTINGS_FILE=tests/settings.py
2019-09-30 16:20:09 +02:00
coverage: COVERAGE=--junitxml=test_results.xml --cov-report xml --cov-report html --cov=mandayejs/ --cov-config .coveragerc
deps =
2018-02-19 14:52:38 +01:00
django111: django>=1.11,<2.0
2020-07-28 15:13:38 +02:00
django22: django>=2.2,<2.3
pytest-cov
pytest-django
2020-07-28 15:12:59 +02:00
pytest
pylint
pylint-django
mock<4
djangorestframework>=3.3,<3.8
commands =
2020-07-28 13:26:24 +02:00
py2: ./getlasso.sh
py3: ./getlasso3.sh
py.test {env:COVERAGE:} {posargs:tests/}
pylint: ./pylint.sh mandayejs/