From 0597eda28c265196fbd13c09488cb4e13b30cff0 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 24 Feb 2015 15:48:24 -0500 Subject: [PATCH] unicodecsv in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: