Mercurial > p > roundup > code
diff .travis.yml @ 7823:5ac9253d2a5f
test: add comment that ci tests don't need pytest-env.
redis run in ci doesn't have passwords.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 23 Mar 2024 19:37:23 -0400 |
| parents | b7a8d9664938 |
| children | 3de80157606c |
line wrap: on
line diff
--- a/.travis.yml Sat Mar 23 02:56:01 2024 -0400 +++ b/.travis.yml Sat Mar 23 19:37:23 2024 -0400 @@ -132,6 +132,8 @@ - pip install redis - pip install pytz whoosh pyjwt requests - pip install jinja2 + # note pytest-env is not needed for redis password as there is + # no password on CI's redis. - pip install pytest-cov - pip install beautifulsoup4 - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
