Skip to content

Add .travis.yml file #62

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

Merged
merged 2 commits into from
Mar 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "3.6"

sudo: false
cache: pip

install:
- pip install -r cherry_picker/requirements.txt
script:
- pytest cherry_picker/test.py
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# core-workflow
Issue tracker for CPython's workflow

[![Build Status](https://travis-ci.org/python/core-workflow.svg?branch=master)](https://travis-ci.org/python/core-workflow)

## cherry_picker :snake: :cherries: :pick:
Utility script for backporting/cherry-picking CPython changes from ``master``
Expand Down