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 2da357e commit d613e94Copy full SHA for d613e94
.travis.yml
@@ -0,0 +1,14 @@
1
+language: python
2
+dist: xenial
3
+python: 3.7
4
+before_install:
5
+ - sudo apt-get update
6
+ - sudo apt-get install -y hunspell hunspell-es
7
+install:
8
+ - 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 es_ES **/*.po
14
+ - make CPYTHON_CLONE=/tmp/cpython/ COMMIT=796698adf
0 commit comments