Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd613e94

Browse files
committed
Add .travis.yml
1 parent2da357e commitd613e94

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)

[8]ページ先頭

©2009-2025 Movatter.jp