From 4ae5cab8306d3911a377fc9e975bbb31e703be23 Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 14 May 2021 10:13:04 -0400 Subject: [PATCH] Fix travis tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 593996c..50d2c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,8 +45,8 @@ jobs: 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 + # ensure tox and virtualenv are up to date + - pip install -U tox virtualenv # set TOXENV if it isn't yet before_script: