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

26 lines
651 B
INI
Raw Normal View History

2016-01-11 12:58:42 +01:00
[tox]
2020-04-18 15:39:34 +02:00
envlist = py2-coverage-django111-pylint,py3-django111
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/mandayejs/
2016-01-11 12:58:42 +01:00
[testenv]
usedevelop =
coverage: True
setenv =
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
pytest-cov
pytest-django
2020-07-28 15:12:59 +02:00
pytest
pylint
pylint-django
mock
djangorestframework>=3.3,<3.7
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/