Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0078e commit befad1dCopy full SHA for befad1d
.travis.yml
@@ -5,8 +5,10 @@ before_install:
5
- sudo apt-get update
6
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
7
install:
8
- - pip install pospell
+ - pip install pospell "powrap>=0.3.0"
9
- pospell --version
10
+ - powrap --version
11
script:
12
+ - powrap --check --quiet **/*.po
13
- pospell -p dict -l fr_FR **/*.po
14
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=902196d867
0 commit comments