We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0434b30 commit fd2c5ebCopy full SHA for fd2c5eb
.travis.yml
@@ -106,6 +106,7 @@ install:
106
- pip install psycopg2
107
- pip install gpg pytz whoosh pyjwt requests
108
- pip install pytest-cov codecov
109
+ - pip install beautifulsoup4
110
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
111
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
112
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
0 commit comments