File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ jobs:
116116 - name : Update pip
117117 run : python -m pip install --upgrade pip
118118
119+ # note pytest-env is not needed for redis password as there is
120+ # no password on CI's redis.
119121 - name : Install pytest and other packages needed for running tests
120122 run : pip install flake8 mock pytest pytest-cov requests sphinx-tabs
121123
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ install:
132132 - pip install redis
133133 - pip install pytz whoosh pyjwt requests
134134 - pip install jinja2
135+ # note pytest-env is not needed for redis password as there is
136+ # no password on CI's redis.
135137 - pip install pytest-cov
136138 - pip install beautifulsoup4
137139 - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
You can’t perform that action at this time.
0 commit comments