{"id":15358503,"url":"https://github.com/astrofrog/example-travis-conda","last_synced_at":"2025-04-14T06:07:25.129Z","repository":{"id":26587921,"uuid":"30042536","full_name":"astrofrog/example-travis-conda","owner":"astrofrog","description":"How to use Miniconda to install dependencies on Travis CI","archived":false,"fork":false,"pushed_at":"2015-01-29T22:13:15.000Z","size":132,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T06:07:21.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/astrofrog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-29T21:37:22.000Z","updated_at":"2022-07-17T02:32:11.000Z","dependencies_parsed_at":"2022-09-01T19:21:26.892Z","dependency_job_id":null,"html_url":"https://github.com/astrofrog/example-travis-conda","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/astrofrog%2Fexample-travis-conda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrofrog%2Fexample-travis-conda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrofrog%2Fexample-travis-conda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/astrofrog%2Fexample-travis-conda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/astrofrog","download_url":"https://codeload.github.com/astrofrog/example-travis-conda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248830397,"owners_count":21168272,"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-01T12:41:37.347Z","updated_at":"2025-04-14T06:07:25.094Z","avatar_url":"https://github.com/astrofrog.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"About\n=====\n\n[Travis CI](https://travis-ci.org) is a Continuous Integration service that\nwill run tests for your project anytime someone makes a change or opens a pull\nrequest. However, every time a build starts on Travis, all the dependencies are\ninstalled from scratch in a clean environment. Travis does include Python, but\nif you try and install for example Numpy, Scipy, and Matplotlib from source,\nthe installation could take a while (over 20 minutes) for each build.\n\nThis repository contains a simple ``.travis.yml`` file to get you started with\ntesting your Python project on [Travis CI](https://travis-ci.org) using\n[conda](http://conda.pydata.org/) to speed up the installation of dependencies.\nSetting up a build with for example Python, Numpy, Scipy, Matplotlib, and\nAstropy takes **only a minute**! This is possible because\n[conda](http://conda.pydata.org/) installs pre-compiled binary packages.\n\nGetting started\n===============\n\nTo get started, copy over the ``.travis.yml`` file here to your repository, and\nadd/remove dependencies or builds in the matrix if needed. Then go to the\n[Travis CI](https://travis-ci.org) website, sign in with your GitHub account,\nthen go to **Accounts** and turn on Travis for the repository you want to test.\nNext time you push a change or open a pull request on your repository, Travis\nwill run the tests!\n\nNote that in the example ``.travis.yml`` file, the command to run the tests is\ncurrently set to ``py.test`` (in the ``script`` section) but you can change\nthis to anything you like.\n\nMore\n====\n\nYou can find out more information about using conda on Travis in\n[this official conda blog post](http://conda.pydata.org/docs/travis.html) blog\npost - their example ``.travis.yml`` file is a little different, but both will\ndo the job. The one in this repository is a little simpler overall and includes\nmore inline comments.\n\nBuild status\n============\n\n[![Build Status](https://travis-ci.org/astrofrog/example-travis-conda.svg?branch=master)](https://travis-ci.org/astrofrog/example-travis-conda)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrofrog%2Fexample-travis-conda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrofrog%2Fexample-travis-conda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrofrog%2Fexample-travis-conda/lists"}