Mercurial > p > roundup > code
diff .travis.yml @ 6671:8e834d29e0e1
Add pip install of beautifulsoup4.
This should install 4.9.3 for python2 (last upported version)
and 4.11.1 or newer for python3.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 11 May 2022 01:04:53 -0400 |
| parents | 9f3fe52b7a2e |
| children | 4441e94ac894 |
line wrap: on
line diff
--- a/.travis.yml Wed May 11 00:52:02 2022 -0400 +++ b/.travis.yml Wed May 11 01:04:53 2022 -0400 @@ -106,6 +106,7 @@ - pip install psycopg2 - pip install gpg pytz whoosh pyjwt requests - pip install pytest-cov codecov + - pip install beautifulsoup4 - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
