From 450a717d5c6be924a51a1fd354aaa26f60ad85df Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Fri, 31 Jul 2015 15:10:56 -0300 Subject: [PATCH] requirements: Update inspektor requirement to 0.1.16 Inspektor 0.1.15 has a bug (it doesn't require pep8, so people trying to use it without pep8 are in for a treat). With the 0.1.16 release, that bug is fixed, so, let's update. Signed-off-by: Lucas Meneghel Rodrigues --- requirements-travis.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-travis.txt b/requirements-travis.txt index 6a73b8c..c041a0f 100644 --- a/requirements-travis.txt +++ b/requirements-travis.txt @@ -1,3 +1,3 @@ pep8==1.6.2 -inspektor==0.1.15 +inspektor==0.1.16 aexpect==1.0.0