unicodecsv in travis

This commit is contained in:
James Turk 2015-02-24 15:48:24 -05:00
parent 742fd3ccfd
commit 0597eda28c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python:
- "3.4"
- "pypy"
install:
- pip install mock pytest pytest-cov coveralls
- pip install mock pytest pytest-cov coveralls unicodecsv
- pip install -e .
script: py.test jellyfish/test.py --cov jellyfish
after_success: