The ubuntu venv job is now working, so we don't need duplication

Depends-On: Ieaecac84aa192e4a55e5f769340a24127e2f7452

Change-Id: I9f1fec1c8b626ec64edd070e9511d952124e87ae
This commit is contained in:
Joshua Harlow 2015-08-04 14:35:02 -07:00
parent b031771b26
commit 69d84aaac7
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
commands = nosetests {posargs}
{toxinidir}/tools/verify_yaml
{toxinidir}/smithy -a prepare \
-p {toxinidir}/conf/personas/in-a-box/venv-all.yaml \
-o {toxinidir}/conf/origins/kilo-venv-2015.1.0.yaml \
--tee-file {toxinidir}/tee.out -v -j1
[testenv:pep8]
commands = flake8 {posargs}