From 5ecb4e3c828a326fe679ef964648884c7f13334a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Tue, 16 Aug 2016 11:28:57 +0200 Subject: [PATCH] requirements: Use the latest inspektor in travis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Doktor --- requirements-travis.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-travis.txt b/requirements-travis.txt index fae93cc3..1bfa96df 100644 --- a/requirements-travis.txt +++ b/requirements-travis.txt @@ -4,7 +4,7 @@ pystache==0.4.1; python_version < '2.7' pystache==0.5.4; python_version >= '2.7' Sphinx==1.3b1 flexmock==0.9.7 -inspektor==0.2.0 +inspektor==0.2.2 pep8==1.6.2 requests==1.2.3 PyYAML==3.11 -- GitLab