We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bc5c7 commit f4076c3Copy full SHA for f4076c3
1 file changed
tools/travis/before_install.sh
@@ -103,7 +103,7 @@ pip uninstall pylint
103
104
for ((i=0;i<$RETRY_COUNT;i++))
105
do
106
- pip install --user --upgrade lxml paramiko texttable ipmisim pyopenssl mock flask netaddr nose pylint pycodestyle six astroid > /tmp/piplog
+ pip install --user --upgrade lxml paramiko texttable ipmisim pyopenssl mock flask netaddr nose pylint pycodestyle six astroid Markdown > /tmp/piplog
107
if [[ $? -eq 0 ]]; then
108
echo -e "\npython packages installed successfully"
109
break;
@@ -114,4 +114,4 @@ done
114
115
116
echo -e "\nVersion of pip troublesome packages:\n"
117
-echo $(pip freeze | grep -e six -e mock -e astroid)
+echo $(pip freeze | grep -e six -e mock -e astroid -e enum34)
0 commit comments