Include mock for travis

This commit is contained in:
Nathan Adams
2014-09-04 22:41:22 +02:00
parent f07976fbec
commit 060e52118f

View File

@@ -3,5 +3,6 @@ python:
- 3.3
- 2.7
- 2.6
install: pip install .
install:
- pip install mock --use-mirrors
script: nosetests