From 752c7ef41526b14d74a5a64d3e90be9d037b9da3 Mon Sep 17 00:00:00 2001 From: Tyler Butler Date: Thu, 10 Apr 2014 18:25:24 -0700 Subject: [PATCH] Update tox config. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 8aa62bc..147c6b9 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ deps= nose testfixtures commands= - nosetests + nosetests engineer/unittests [testenv:upgrade] deps= @@ -14,12 +14,12 @@ deps= testfixtures engineer commands= - nosetests + nosetests engineer/unittests [testenv:build] changedir={envtmpdir} commands= - engineer init + engineer init --sample engineer build -s config.yaml -vc engineer build -s oleb.yaml -vc