unicodecsv in travis
This commit is contained in:
parent
742fd3ccfd
commit
0597eda28c
|
@ -5,7 +5,7 @@ python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
install:
|
install:
|
||||||
- pip install mock pytest pytest-cov coveralls
|
- pip install mock pytest pytest-cov coveralls unicodecsv
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: py.test jellyfish/test.py --cov jellyfish
|
script: py.test jellyfish/test.py --cov jellyfish
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in New Issue