Skip to content

Commit 4b6cd76

Browse files
committed
-
1 parent 0c1d197 commit 4b6cd76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ addons:
1010
packages:
1111
- expect-dev # provides unbuffer utility
1212
- python-lxml # because pip installation is slow
13-
- python-xlrd
1413
- python-openpyxl
15-
- pyton-unicodecsv
1614

1715
env:
1816
global:
@@ -27,8 +25,9 @@ virtualenv:
2725
system_site_packages: true
2826

2927
install:
28+
- pip install xlrd
3029
- pip install xlutils
31-
# - pip install unicodecsv
30+
- pip install unicodecsv
3231
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
3332
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
3433
- travis_install_nightly

0 commit comments

Comments
 (0)