diff --git a/.travis.yml b/.travis.yml index 8de9a72..379b17b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: