From 212b3dc49d9cc0b97ad9c709cac6a1bbd41d40ad Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 3 Apr 2014 21:00:48 -0700 Subject: [PATCH] Bump versions on some deps. --- .travis.yml | 2 +- requirements.txt | 2 ++ tests/util_test.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6e98e9d..51f507a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: - 2.7 install: pip install virtualenv -script: make +script: make coverage diff --git a/requirements.txt b/requirements.txt index e125cdf..1753516 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,8 @@ # Testing requirements coverage +# Fuck you ipython +ipython<2.0.0 ipdb mock git+git://github.com/pre-commit/pre-commit#egg=pre-commit diff --git a/tests/util_test.py b/tests/util_test.py index 72f58c3..84fa6c5 100644 --- a/tests/util_test.py +++ b/tests/util_test.py @@ -3,7 +3,7 @@ import mock import pytest import sys -from pre_commit.util import entry +from pre_commit_hooks.util import entry @pytest.fixture