mirror of
https://github.com/sprockets/sprockets.logging.git
synced 2025-01-02 19:27:29 +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
|
- pypy
|
||||||
- 3.4
|
- 3.4
|
||||||
before_install:
|
before_install:
|
||||||
- pip install nose coverage codecov tornado
|
- pip install nose coverage codecov mock tornado
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: nosetests
|
script: nosetests
|
||||||
|
|
Loading…
Reference in a new issue