Skip to content

Commit

Permalink
Require mock==1.0b1
Browse files Browse the repository at this point in the history
This seems to be already installed in Travis's virtualenv with
this version.
  • Loading branch information
pteichman committed Sep 8, 2012
1 parent 26254d8 commit 6022252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@
test_suite = "unittest2.collector",

tests_require = [
"mock==0.8.0",
"mock==1.0b1",
"unittest2==0.5.1"
],

Expand Down

0 comments on commit 6022252

Please sign in to comment.