★ wanayoo — archive 1999 https://github.com/python/python-docs-es/pull/1128/checksNouvelle recherche | Portail wanayoo
Skip to content
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

arreglando comillas #1128

Merged
merged 1 commit into from Oct 31, 2020

arreglando comillas

178f319
Select commit
Merged

arreglando comillas #1128

arreglando comillas
178f319
Select commit
Travis CI / Travis CI - Pull Request succeeded Oct 31, 2020 in 8m 6s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1128 arreglando comillas.
Any changes that have been made to the 3.8 branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Bionic)
Python Version 3.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "python": [
    "3.8"
  ],
  "before_install": [
    "sudo apt-get update",
    "sudo apt-get install -y hunspell hunspell-es"
  ],
  "install": [
    "make setup",
    "pospell --version",
    "powrap --version"
  ],
  "script": [
    "powrap --check --quiet **/*.po",
    "awk 1 dict dictionaries/*.txt > dict.txt",
    "pospell -p dict.txt -l es_AR -l es_ES **/*.po",
    "pip install -q -r requirements.txt",
    "PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html"
  ],
  "branches": {
    "only": [
      "/^3\\.\\d$/"
    ]
  }
}
You can’t perform that action at this time.