Configurable ARTS directory in tox.ini

Closes-Bug: #1555288
Change-Id: I20585042b5081760a789c0c63473bc41e03c34bb
This commit is contained in:
Vladimir Kozhukalov 2016-03-09 21:22:20 +03:00
parent f4256bc784
commit ca76100c62
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ setupdir = {toxinidir}/nailgun
envlist = py27,py34,pep8
[base]
ARTS = {toxinidir}/test_run
ARTS = {env:ARTS:test_run}
TOOLS = {toxinidir}/nailgun/tools
[common]