From c169286f53bdb84f29a2b4b0fb5eccc1b4876111 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Fri, 28 Jun 2019 17:46:52 -0700 Subject: [PATCH 1/2] Revert ".travis.yml: Test packaging" This reverts commit c9402be37c365e1bdf4aef07dcfa8c9ab3dab47f. This breaks Travis builds on Python 3: https://travis-ci.com/brave/python-patch/jobs/211986669 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19851de..71b8bb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,11 +10,8 @@ python: install: - pip install coverage - - pip install pypack script: # run tests with coverage - coverage run tests/run_tests.py - coverage report -m - # test distribution packaging - - python -m pypack patch.py From eccc94c4e0cafafd0a7361d46d801cf401e226c3 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Fri, 28 Jun 2019 17:55:22 -0700 Subject: [PATCH 2/2] Point the Travis badge to the correct repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da1f0c2..49a33e4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Library to parse and apply unified diffs. -[![Build Status](https://img.shields.io/travis/techtonik/python-patch.svg)](https://travis-ci.org/techtonik/python-patch) +[![Build Status](https://travis-ci.com/brave/python-patch.svg?branch=master)](https://travis-ci.com/brave/python-patch) ### Features