Pin PyYAML so Python 3.4 tests will pass
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user