Skip to content

Commit d613e94

Browse files
committed
Add .travis.yml
1 parent 2da357e commit d613e94

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)