tox: Use absolute path for -rrequirements.txt.

This fixes a FileNotFoundError on Ubuntu Trusty.
This commit is contained in:
Florian Bruhin 2015-05-17 01:18:19 +02:00
parent 7fc99f3d80
commit b5dc4ea040

View File

@ -52,7 +52,7 @@ commands =
skip_install = true skip_install = true
setenv = PYTHONPATH={toxinidir}/scripts setenv = PYTHONPATH={toxinidir}/scripts
deps = deps =
-rrequirements.txt -r{toxinidir}/requirements.txt
astroid==1.3.6 astroid==1.3.6
beautifulsoup4==4.3.2 beautifulsoup4==4.3.2
pylint==1.4.3 pylint==1.4.3
@ -76,7 +76,7 @@ commands = {envpython} -m pep257 scripts tests qutebrowser --ignore=D102,D103,D2
[testenv:flake8] [testenv:flake8]
skip_install = true skip_install = true
deps = deps =
-rrequirements.txt -r{toxinidir}/requirements.txt
pyflakes==0.8.1 pyflakes==0.8.1
pep8==1.5.7 # rq.filter: <1.6.0 pep8==1.5.7 # rq.filter: <1.6.0
flake8==2.4.0 flake8==2.4.0
@ -105,7 +105,7 @@ commands =
skip_install = true skip_install = true
whitelist_externals = git whitelist_externals = git
deps = deps =
-rrequirements.txt -r{toxinidir}/requirements.txt
commands = commands =
{[testenv:mkvenv]commands} {[testenv:mkvenv]commands}
{envpython} scripts/src2asciidoc.py {envpython} scripts/src2asciidoc.py
@ -115,7 +115,7 @@ commands =
[testenv:smoke] [testenv:smoke]
passenv = DISPLAY XAUTHORITY HOME passenv = DISPLAY XAUTHORITY HOME
deps = deps =
-rrequirements.txt -r{toxinidir}/requirements.txt
# We don't use {[testenv:mkvenv]commands} here because that seems to be broken # We don't use {[testenv:mkvenv]commands} here because that seems to be broken
# on Ubuntu Trusty. # on Ubuntu Trusty.
commands = commands =