diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ec405b1 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 1172459..8bf1809 100644 --- a/README.md +++ b/README.md @@ -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``