8000 Change travis to use pospell directly instead from virtualenv. · python/python-docs-es@52fa2cb · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 52fa2cb

Browse files
committed
Change travis to use pospell directly instead from virtualenv.
1 parent 8aee4b8 commit 52fa2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ install:
1010
- powrap --version
1111
script:
1212
- powrap --check --quiet **/*.po
13-
- make spell
13+
- pospell -p dict -l es_ANY **/*.po
1414
- make build

0 commit comments

Comments
 (0)
0