Skip to content

Commit f4076c3

Browse files
,
1 parent 20bc5c7 commit f4076c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/travis/before_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pip uninstall pylint
103103

104104
for ((i=0;i<$RETRY_COUNT;i++))
105105
do
106-
pip install --user --upgrade lxml paramiko texttable ipmisim pyopenssl mock flask netaddr nose pylint pycodestyle six astroid > /tmp/piplog
106+
pip install --user --upgrade lxml paramiko texttable ipmisim pyopenssl mock flask netaddr nose pylint pycodestyle six astroid Markdown > /tmp/piplog
107107
if [[ $? -eq 0 ]]; then
108108
echo -e "\npython packages installed successfully"
109109
break;
@@ -114,4 +114,4 @@ done
114114

115115

116116
echo -e "\nVersion of pip troublesome packages:\n"
117-
echo $(pip freeze | grep -e six -e mock -e astroid)
117+
echo $(pip freeze | grep -e six -e mock -e astroid -e enum34)

0 commit comments

Comments
 (0)