We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb82c5 commit 0c1d197Copy full SHA for 0c1d197
.travis.yml
@@ -12,6 +12,7 @@ addons:
12
- python-lxml # because pip installation is slow
13
- python-xlrd
14
- python-openpyxl
15
+ - pyton-unicodecsv
16
17
env:
18
global:
@@ -27,7 +28,7 @@ virtualenv:
27
28
29
install:
30
- pip install xlutils
- - pip install unicodecsv
31
+ # - pip install unicodecsv
32
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
33
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
34
- travis_install_nightly
0 commit comments