Skip to content

Commit fd2c5eb

Browse files
committed
Add pip install of beautifulsoup4.
This should install 4.9.3 for python2 (last upported version) and 4.11.1 or newer for python3.
1 parent 0434b30 commit fd2c5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ install:
106106
- pip install psycopg2
107107
- pip install gpg pytz whoosh pyjwt requests
108108
- pip install pytest-cov codecov
109+
- pip install beautifulsoup4
109110
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
110111
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
111112
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi

0 commit comments

Comments
 (0)