From 859cee9757d5c68808d00f968bfd4fe40334208d Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 6 May 2016 21:15:04 +0300 Subject: [PATCH] travis: use latest tools --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f3fae1..6fc7baa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: install: - pip install ecdsa ed25519 semver # test without trezorlib for now - - pip install pylint coverage pep8 pydocstyle + - pip install -U pylint coverage pep8 pydocstyle # use latest tools script: - pep8 trezor_agent