diff options
author | blsaws <bs3131@att.com> | 2016-04-07 20:50:12 -0700 |
---|---|---|
committer | blsaws <bs3131@att.com> | 2016-04-07 20:50:12 -0700 |
commit | a2f91422a9df51e4088577c6e7388bdc58d69e97 (patch) | |
tree | 5b73644bb4ae1adced8e24683d0cb2e53b5969b6 /components | |
parent | 4baeedf8c6633963e1b5f8632b1c5dce18618045 (diff) |
Fix tox location
JIRA: COPPER-4
Change-Id: I85df275b6e39a13dbdeba2c167c4756b52bd59fe
Signed-off-by: blsaws <bs3131@att.com>
Diffstat (limited to 'components')
-rw-r--r-- | components/congress/joid/install_congress_1.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/congress/joid/install_congress_1.sh b/components/congress/joid/install_congress_1.sh index 892129c..61ac722 100644 --- a/components/congress/joid/install_congress_1.sh +++ b/components/congress/joid/install_congress_1.sh @@ -182,6 +182,6 @@ sudo apt-get install -y libffi-dev libssl-dev echo "Run Congress tox Tests" cd ~/git/congress -bin/tox -epy27 +tox -epy27 set +x #echo off |