8000 Update ubuntu version + python to try and install es_ES y es_AR · python/python-docs-es@c35cd10 · 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 c35cd10

Browse files
committed
Update ubuntu version + python to try and install es_ES y es_AR
1 parent 9e44d1e commit c35cd10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
2-
dist: xenial
3-
python: 3.7
2+
dist: bionic
3+
python: 3.8
44
before_install:
55
- sudo apt-get update
66
- sudo apt-get install -y hunspell hunspell-es
@@ -10,5 +10,5 @@ install:
1010
- powrap --version
1111
script:
1212
- powrap --check --quiet **/*.po
13-
- pospell -p dict -l es_ES **/*.po
13+
- pospell -p dict -l es_AR -l es_ES **/*.po
1414
- make build

0 commit comments

Comments
 (0)
0