diff options
| author | antialias <antialias@leap.se> | 2013-01-25 11:45:29 -0500 |
|---|---|---|
| committer | antialias <antialias@leap.se> | 2013-01-25 11:45:29 -0500 |
| commit | 29b009617b45aafa1af0ba5afe74a6b79f8b5ae9 (patch) | |
| tree | 06f7205b8b251b264ed8acb1c183c9070eeaa0ab | |
| parent | 07240543fc2b0fe923dbad0cf2faa38dd467dd72 (diff) | |
fixed typo.
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = py26,py27 deps = -r{toxinidir}/pkg/requirements.pip -r{toxinidir}/pkg/test-requirements.pip sitepackages = True -commands = xfvb-run nosetests leap --exclude-dir=src/leap/soledad +commands = xvfb-run nosetests leap --exclude-dir=src/leap/soledad [testenv:pep8] deps = pep8==1.1 |
