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

translated 'math.nextafter(x,y)' #1380

Open
wants to merge 1 commit into
base: 3.9
from

translated 'math.nextafter(x,y)

64d6e7c
Select commit
Open
Travis CI / Travis CI - Pull Request succeeded Aug 29, 2020 in 4m 43s

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 #1380 translated 'math.nextafter(x,y)'.
Any changes that have been made to the 3.9 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 (Xenial)
Python Version 3.7
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.7"
  ],
  "before_install": [
    "sudo apt-get update",
    "sudo apt-get install -y hunspell hunspell-fr-comprehensive"
  ],
  "install": [
    "pip install poutils",
    "pospell --version",
    "powrap --version",
    "padpo --version"
  ],
  "script": [
    "printf \"%s\\n\" \"$TRAVIS_COMMIT_RANGE\"",
    "CHANGED_FILES=\"$(ls -1d $(git diff --name-only $TRAVIS_COMMIT_RANGE) | grep \"\\.po$\")\" ;:",
    "printf \"%s files changed.\\n\" \"$(printf \"%s\" \"$CHANGED_FILES\" | grep -c \"po$\")\" ;:",
    "if [ -n \"$CHANGED_FILES\" ]; then printf -- \"- %s\\n\" $CHANGED_FILES; fi",
    "if [ -n \"$CHANGED_FILES\" ]; then powrap --check --quiet $CHANGED_FILES; fi",
    "if [ -n \"$CHANGED_FILES\" ]; then pospell -p dict -l fr_FR $CHANGED_FILES; fi",
    "if [ -n \"$CHANGED_FILES\" ]; then make CPYTHON_PATH=/tmp/cpython/; fi",
    "if [ -n \"$CHANGED_FILES\" ]; then padpo -i $CHANGED_FILES 2>&1 | grep -v -Ff padpo.ignore || true; fi"
  ]
}
You can’t perform that action at this time.