python-docs-fr/.travis.yml

27 lines
505 B
YAML
Raw Normal View History

2018-07-23 09:28:48 +00:00
language: python
python: 3.6
2018-07-23 22:03:48 +00:00
before_install:
- sudo apt-get update
- sudo apt-get install -y hunspell hunspell-fr-comprehensive
install:
- pip install pospell
- pospell --version
2018-07-23 09:28:48 +00:00
script:
2018-09-27 13:14:57 +00:00
# e 11
# i 16
# j 26
# m 29
# o 165
# p 29
# r 25
# s 192
# u 10
# v 0
# w 0
# x 39
# z 0
2018-09-28 10:32:42 +00:00
- pospell -p dict -l fr *.po library/{a,b,c,d,g,h,k,l,n,q,t,v,w,z}*.po distributing/*.po installing/*.po install/*.po howto/*.po tutorial/*.po using/*.po whatsnew/*.po
- make CPYTHON_CLONE=/tmp/cpython/ BRANCH=3.7