mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2024-12-30 19:20:33 +00:00
Make sure mock is installed
This commit is contained in:
parent
ff0086b323
commit
c9eb2b35fa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
|||
- pypy
|
||||
- 3.4
|
||||
before_install:
|
||||
- pip install nose coverage codecov tornado
|
||||
- pip install nose coverage codecov mock tornado
|
||||
install:
|
||||
- pip install -e .
|
||||
script: nosetests
|
||||
|
|
Loading…
Reference in a new issue