Skip to content

Commit 4ae5cab

Browse files
committedMay 14, 2021
Fix travis tests
1 parent cc5d6aa commit 4ae5cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
install:
4646
- sed -i -e 's/^/#/' tests/gnupghome/gpg-agent.conf
4747
- ./install_dependencies.${TRAVIS_OS_NAME}.sh
48-
# ensure tox and coveralls are installed
49-
- pip install tox
48+
# ensure tox and virtualenv are up to date
49+
- pip install -U tox virtualenv
5050

5151
# set TOXENV if it isn't yet
5252
before_script:

0 commit comments

Comments
 (0)
Please sign in to comment.