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:
116
116
- name : Update pip
117
117
run : python -m pip install --upgrade pip
118
118
119
+ # note pytest-env is not needed for redis password as there is
120
+ # no password on CI's redis.
119
121
- name : Install pytest and other packages needed for running tests
120
122
run : pip install flake8 mock pytest pytest-cov requests sphinx-tabs
121
123
Original file line number Diff line number Diff line change @@ -132,6 +132,8 @@ install:
132
132
- pip install redis
133
133
- pip install pytz whoosh pyjwt requests
134
134
- pip install jinja2
135
+ # note pytest-env is not needed for redis password as there is
136
+ # no password on CI's redis.
135
137
- pip install pytest-cov
136
138
- pip install beautifulsoup4
137
139
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
You can’t perform that action at this time.
0 commit comments