travis-emulator


Nametravis-emulator JSON
Version 2.0.8 PyPI version JSON
download
home_pagehttps://zeroincombenze-tools.readthedocs.io
SummaryTravis CI emulator for local develop environment
upload_time2023-12-03 13:13:58
maintainer
docs_urlNone
authorAntonio Maria Vigliotti
requires_python
licenseAffero GPL
keywords linux travis development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Travis emulator can emulate TravisCi parsing the **.travis.yml** file in local Linux machine.
You can test your application before pushing code to github.com web site.

Travis emulator can creates all the build declared in **.travis.yml**;
all the builds are executed in sequential way.
The directory ~/travis_log (see -l switch) keeps the logs of all builds created.
Please note that log file is a binary file with escape ANSI screen code.
If you want to see the log use one of following command:

    `travis show`

    `less -R ~/travis_log/<build_name>.log`

A travis build executes the following steps:

* Initialize from local .travis.conf (not in travis-ci.org)
* Optional install packages `apt addons` (emulatore makes just the check)
* Optional install packages `cache`
* Set global values `env global`
* Execute code `before_install`
* Execute matrix initialization, included python version
* Execute build code `install`
* Execute build code `before_script`
* Execute build code `script`
* Execute build `before_cache` (only if cache is effective, not emulated)
* Execute build code `after_success` (emulated) or `after_failure` (not emulated)
* Optional code `before_deploy` (only if deployment is effective, not emulated)
* Optional code `deploy` (not emulated)
* Optional code `after_deploy` (only if deployment is effective, not emulated)
* Execute code `after_script` (not emulated)
* Wep from local .travis.conf (not in travis-ci.org)

Read furthermore info read `travis-ci phase
<https://docs.travis-ci.com/user/job-lifecycle/>`__
            

Raw data

            {
    "_id": null,
    "home_page": "https://zeroincombenze-tools.readthedocs.io",
    "name": "travis-emulator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "linux travis development",
    "author": "Antonio Maria Vigliotti",
    "author_email": "antoniomaria.vigliotti@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/32/b1/de085b1f556685a0baca6cc6ae657eeb36b58fb21060f21419af18f330b9/travis_emulator-2.0.8.tar.gz",
    "platform": null,
    "description": "Travis emulator can emulate TravisCi parsing the **.travis.yml** file in local Linux machine.\nYou can test your application before pushing code to github.com web site.\n\nTravis emulator can creates all the build declared in **.travis.yml**;\nall the builds are executed in sequential way.\nThe directory ~/travis_log (see -l switch) keeps the logs of all builds created.\nPlease note that log file is a binary file with escape ANSI screen code.\nIf you want to see the log use one of following command:\n\n    `travis show`\n\n    `less -R ~/travis_log/<build_name>.log`\n\nA travis build executes the following steps:\n\n* Initialize from local .travis.conf (not in travis-ci.org)\n* Optional install packages `apt addons` (emulatore makes just the check)\n* Optional install packages `cache`\n* Set global values `env global`\n* Execute code `before_install`\n* Execute matrix initialization, included python version\n* Execute build code `install`\n* Execute build code `before_script`\n* Execute build code `script`\n* Execute build `before_cache` (only if cache is effective, not emulated)\n* Execute build code `after_success` (emulated) or `after_failure` (not emulated)\n* Optional code `before_deploy` (only if deployment is effective, not emulated)\n* Optional code `deploy` (not emulated)\n* Optional code `after_deploy` (only if deployment is effective, not emulated)\n* Execute code `after_script` (not emulated)\n* Wep from local .travis.conf (not in travis-ci.org)\n\nRead furthermore info read `travis-ci phase\n<https://docs.travis-ci.com/user/job-lifecycle/>`__",
    "bugtrack_url": null,
    "license": "Affero GPL",
    "summary": "Travis CI emulator for local develop environment",
    "version": "2.0.8",
    "project_urls": {
        "Documentation": "https://zeroincombenze-tools.readthedocs.io",
        "Homepage": "https://zeroincombenze-tools.readthedocs.io",
        "Source": "https://github.com/zeroincombenze/tools"
    },
    "split_keywords": [
        "linux",
        "travis",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32b1de085b1f556685a0baca6cc6ae657eeb36b58fb21060f21419af18f330b9",
                "md5": "928a9a5ddc1d1b1adcbb5fb8b15cd8cd",
                "sha256": "1baa03a7334eb518159b9952378c3c104cd09fb7af6bfe8f9f0c8a5aa50bfe56"
            },
            "downloads": -1,
            "filename": "travis_emulator-2.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "928a9a5ddc1d1b1adcbb5fb8b15cd8cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36166,
            "upload_time": "2023-12-03T13:13:58",
            "upload_time_iso_8601": "2023-12-03T13:13:58.694185Z",
            "url": "https://files.pythonhosted.org/packages/32/b1/de085b1f556685a0baca6cc6ae657eeb36b58fb21060f21419af18f330b9/travis_emulator-2.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-03 13:13:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zeroincombenze",
    "github_project": "tools",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "travis-emulator"
}
        
Elapsed time: 0.14561s