Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit befad1d

Browse files
authored
travis: Whine about files not correctly wrapped. (#607)
1 parent 0b0078e commit befad1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ before_install:
55
- sudo apt-get update
66
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
77
install:
8-
- pip install pospell
8+
- pip install pospell "powrap>=0.3.0"
99
- pospell --version
10+
- powrap --version
1011
script:
12+
- powrap --check --quiet **/*.po
1113
- pospell -p dict -l fr_FR **/*.po
1214
- make CPYTHON_CLONE=/tmp/cpython/ COMMIT=902196d867

0 commit comments

Comments
 (0)