Skip to content

Commit

Permalink
travisci installs mock automatically, so we don't need to install it
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jan 2, 2014
1 parent 48908b3 commit 39d16f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python:
- pypy

install:
- pip install -q $TWISTED mock
- pip install -q $TWISTED
- python setup.py -q install

script: trial klein
Expand Down

0 comments on commit 39d16f4

Please sign in to comment.