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