Pin PyYAML so Python 3.4 tests will pass

This commit is contained in:
James Morris
2020-07-13 13:58:49 -04:00
parent 4ea9d0f654
commit 7d6119ceed

View File

@@ -54,8 +54,8 @@ matrix:
install:
- sed -i -e 's/^/#/' tests/gnupghome/gpg-agent.conf
- ./install_dependencies.${TRAVIS_OS_NAME}.sh
# ensure tox and coveralls are installed
- pip install tox python-coveralls
# ensure tox and coveralls are installed. pin PyYAML until we drop Python 3.4
- pip install tox python-coveralls PyYAML==5.2
# set TOXENV if it isn't yet
before_script: