8000 Remove dict duplicates from Travis build by humitos · Pull Request #407 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Remove dict duplicates from Travis build #407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove dict duplicates from Travis build
I'm removing this because it's generating problems to people and it's not
strictly required to have a good translation quality.

We can re-add it in the future or even run it manually monthly or similar.
  • Loading branch information
humitos committed Jun 14, 2020
commit a91b5d0e3f15e78c9b84e7a04c9c0c402ba9a7a1
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ install:
script:
- powrap --check --quiet **/*.po
- pospell -p dict -l es_AR -l es_ES **/*.po
- make dict_dups
- make build
branches:
only:
Expand Down
0