Put in more propriate place test results

Do not create a mess in root dir

Change-Id: Idbefc340a3d8a6bed786637a7b52ff7283a6c6d7
This commit is contained in:
Boris Pavlovic 2016-08-21 18:52:44 -07:00
parent c757d85403
commit 9e11226b92
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -33,7 +33,7 @@ cover-master
*.sqlite
.venv
.cache
pytest_results.html
.test_results/
# Docs
doc/source/_build/

View File

@ -19,7 +19,7 @@ install_command = pip install -U {opts} {packages}
usedevelop = True
commands =
find . -type f -name "*.pyc" -delete
py.test --html=pytest_results.html --durations=10 -n auto "tests/unit" {posargs}
py.test --html=.test_results/pytest_results.html --durations=10 -n auto "tests/unit" {posargs}
distribute = false
basepython = python2.7
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY