Bump versions on some deps.

This commit is contained in:
Anthony Sottile 2014-04-03 21:00:48 -07:00
parent 82344a4055
commit 212b3dc49d
3 changed files with 4 additions and 2 deletions

View File

@ -5,4 +5,4 @@ python:
- 2.7
install: pip install virtualenv
script: make
script: make coverage

View File

@ -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

View File

@ -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