From b8fa6f0f61eaae744fa5cfead5da8fc637a5c21d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 7 Oct 2016 17:25:42 -0700 Subject: [PATCH 1/2] Add TODO about moving Travis-CI integration. --- TODO.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.rst b/TODO.rst index 38c195a7..f3534c26 100644 --- a/TODO.rst +++ b/TODO.rst @@ -201,3 +201,5 @@ Other Dev Stuff * The Masked controls modules and demos need some help with Py3 compatibility. + * Move Travis-ci github integration from RobinD42/Phoenix to wxWidgets/Phoenix + project. From ebd8ab629c6901fd83629568beb00c29f9859e9f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 7 Oct 2016 17:51:01 -0700 Subject: [PATCH 2/2] Update pip too, list installed packages for the log. Remove the TODO item. --- .travis.yml | 3 ++- TODO.rst | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 85ea092e..c614a3bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,10 +38,11 @@ addons: - libnotify-dev -# So install them in this step instead. install: - echo "****** travis install step" + - pip install -U pip - pip install -U -r requirements.txt + - pip list script: diff --git a/TODO.rst b/TODO.rst index f3534c26..38c195a7 100644 --- a/TODO.rst +++ b/TODO.rst @@ -201,5 +201,3 @@ Other Dev Stuff * The Masked controls modules and demos need some help with Py3 compatibility. - * Move Travis-ci github integration from RobinD42/Phoenix to wxWidgets/Phoenix - project.