1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/tox.ini

24 lines
347 B
INI
Raw Normal View History

2018-11-08 19:45:21 +00:00
[tox]
skipsdist = True
envlist =
py36
2018-11-08 19:45:21 +00:00
[testenv]
setenv =
PYTHONDONTWRITEBYTECODE=1
PYTHONWARNINGS=once
2019-01-03 21:42:06 +00:00
PIPENV_IGNORE_VIRTUALENVS=1
2018-11-08 19:45:21 +00:00
deps =
2019-01-03 21:42:06 +00:00
pipenv
# for facs
passenv =
HOME
USER
2018-11-08 19:45:21 +00:00
commands =
pipenv install --dev --ignore-pipfile
pipenv run pytest -v -rA --cov-report term-missing --cov=peeringdb_server tests/