Make sure mock is installed

This commit is contained in:
Gavin M. Roy 2015-06-17 17:50:38 -04:00
parent ff0086b323
commit c9eb2b35fa

View file

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