Skip to content

Commit

Permalink
unicodecsv in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Feb 24, 2015
1 parent 742fd3c commit 0597eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0597eda

Please sign in to comment.