{"id":15362352,"url":"https://github.com/jakevdp/travis-python-template","last_synced_at":"2025-08-10T22:12:25.790Z","repository":{"id":65985333,"uuid":"86345642","full_name":"jakevdp/travis-python-template","owner":"jakevdp","description":"Small template for setting up Travis CI with Python","archived":false,"fork":false,"pushed_at":"2017-03-27T15:24:10.000Z","size":8,"stargazers_count":30,"open_issues_count":0,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T18:21:20.314Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakevdp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-27T14:30:17.000Z","updated_at":"2024-05-17T15:36:49.000Z","dependencies_parsed_at":"2023-02-19T18:30:38.365Z","dependency_job_id":null,"html_url":"https://github.com/jakevdp/travis-python-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakevdp%2Ftravis-python-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakevdp%2Ftravis-python-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakevdp%2Ftravis-python-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakevdp%2Ftravis-python-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakevdp","download_url":"https://codeload.github.com/jakevdp/travis-python-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249026726,"owners_count":21200499,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T13:00:28.123Z","updated_at":"2025-04-15T07:31:07.325Z","avatar_url":"https://github.com/jakevdp.png","language":"Python","readme":"# Travis Python Template\n\n[![build status](http://img.shields.io/travis/jakevdp/travis-python-template/master.svg?style=flat)](https://travis-ci.org/jakevdp/travis-python-template)\n\nThis package provides a basic template for setting up Travis CI with Python.\nIt assumes you are using ``conda`` for installation of dependencies, and\n``pytest`` to run your unit tests.\n\n## Setting Up Travis\n\n1. Sign in to Travis with your GitHub account ([authentication page](https://travis-ci.org/auth))\n   and accept the permissions confirmation (this needs to be done only once).\n2. Go to your [Travis profile page](https://travis-ci.org/profile/) and click the\n   check-box next to the repository you want to test (you may have to first click\n   the \"Sync Repositories\" button if it is a new repo).\n3. Commit a file called ``.travis.yml`` in your repository (note that it must\n   start with a \"``.``\", which marks it as a hidden file). Feel free to copy\n   and modify the [one from this repository](.travis.yml) (you'll need to change\n   the ``PACKAGENAME`` and ``CONDA_DEPS`` variables to match your package)\n   Pushing this file to master will trigger a new travis build. If the file is\n   already in the repository, a push to master or the opening of a pull request\n   will trigger a new build.\n4. If you wish, add a \"build status\" icon to your README. The code looks like this,\n   (Note that you must, in two places, replace ``username`` with your GitHub\n    username, and ``repo`` with the name of your respository)\n   ```\n   [![build status](\n     http://img.shields.io/travis/username/repo/master.svg?style=flat)](\n    https://travis-ci.org/username/repo)\n   ```\n\nMore detailed info is available from Travis itself; see the\n[getting started](https://travis-ci.org/getting_started) page.\nFor a template with some more advanced info (including coverage, automatic\ndeployment, etc.) check out the [shablona project](http://github.com/uwescience/shablona).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakevdp%2Ftravis-python-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakevdp%2Ftravis-python-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakevdp%2Ftravis-python-template/lists"}