Skip to content

Commit 0c1d197

Browse files
committed
Travis
1 parent 4cb82c5 commit 0c1d197

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ addons:
1212
- python-lxml # because pip installation is slow
1313
- python-xlrd
1414
- python-openpyxl
15+
- pyton-unicodecsv
1516

1617
env:
1718
global:
@@ -27,7 +28,7 @@ virtualenv:
2728

2829
install:
2930
- pip install xlutils
30-
- pip install unicodecsv
31+
# - pip install unicodecsv
3132
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
3233
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
3334
- travis_install_nightly

0 commit comments

Comments
 (0)