mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
24 lines
347 B
INI
24 lines
347 B
INI
|
|
[tox]
|
|
skipsdist = True
|
|
envlist =
|
|
py36
|
|
|
|
[testenv]
|
|
setenv =
|
|
PYTHONDONTWRITEBYTECODE=1
|
|
PYTHONWARNINGS=once
|
|
PIPENV_IGNORE_VIRTUALENVS=1
|
|
|
|
deps =
|
|
pipenv
|
|
|
|
# for facs
|
|
passenv =
|
|
HOME
|
|
USER
|
|
|
|
commands =
|
|
pipenv install --dev --ignore-pipfile
|
|
pipenv run pytest -v -rA --cov-report term-missing --cov=peeringdb_server tests/
|