From a64d01cb76ba20aaa8cb120e863e79908662004d Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 12 Aug 2016 11:01:06 +0300 Subject: [PATCH 1/3] New upstream dependency found! Auto update .travis.yml --- .travis.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2778520..f3aa451 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ +env: +- _PYGITHUB=1.26.0 _PYYAML=3.11 +- !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.11' +install: +- pip install coverage flake8 mock PyYAML==$_PYYAML PyGithub==$_PYGITHUB language: python python: - - 2.7 - - 3.5 -install: - - pip install coverage flake8 mock PyYAML==$_PYYAML PyGithub==$_PYGITHUB +- 2.7 +- 3.5 script: - - ./test.sh -env: - - _PYGITHUB=1.26.0 _PYYAML=3.11 +- ./test.sh From 70ce95580da9e983b3fd43828f9f166b159edc4d Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Mon, 29 Aug 2016 04:01:06 +0300 Subject: [PATCH 2/3] New upstream dependency found! Auto update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3aa451..a9f5461 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ env: - _PYGITHUB=1.26.0 _PYYAML=3.11 +- !!python/unicode '_PYGITHUB=1.26.0 _PYYAML=3.12' - !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.11' +- !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.12' install: - pip install coverage flake8 mock PyYAML==$_PYYAML PyGithub==$_PYGITHUB language: python From 91bc14e84fdf63aa77a1531c6cb44ae1eb57ae6f Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 5 Oct 2016 13:01:09 +0300 Subject: [PATCH 3/3] New upstream dependency found! Auto update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a9f5461..4ec5f1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ env: - !!python/unicode '_PYGITHUB=1.26.0 _PYYAML=3.12' - !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.11' - !!python/unicode '_PYGITHUB=1.27.1 _PYYAML=3.12' +- !!python/unicode '_PYGITHUB=1.29 _PYYAML=3.11' +- !!python/unicode '_PYGITHUB=1.29 _PYYAML=3.12' install: - pip install coverage flake8 mock PyYAML==$_PYYAML PyGithub==$_PYGITHUB language: python