From 23a94675d3252884eb1b2138184aee15a2ba6a6b Mon Sep 17 00:00:00 2001 From: Chris Saunders Date: Sun, 27 Sep 2015 14:51:34 -0700 Subject: [PATCH] update cl --- .appveyor.yml | 5 +++++ pyflow/doc/ChangeLog.txt | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 8b56ef8..007af0e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -8,3 +8,8 @@ build: false # Not a C# project test_script: # Build the compiled extension and run the project tests - "python.exe scratch/test/test_pyflow.py" + +notifications: + - provider: Email + to: + - csaunders@illumina.com diff --git a/pyflow/doc/ChangeLog.txt b/pyflow/doc/ChangeLog.txt index 385ed8d..f80dcca 100644 --- a/pyflow/doc/ChangeLog.txt +++ b/pyflow/doc/ChangeLog.txt @@ -1,3 +1,5 @@ +v1.1.10 20150927 +* Remove old custom cluster SGE logic and standardize on h_vmem v1.1.9 20150923 * Add windows CI script to run cross-platform tests on master * Add new cross-platform test script and adjust all unit tests