[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. a299483f81f77d00da225149fa8d46da77
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2017-02-15 09:59:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via a299483f81f77d00da225149fa8d46da7792fe2e (commit)
from c631fd166f66fd1c5ad68ac254f2a909f2fdb779 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/a299483f81f77d00da225149fa8d46da7792fe2e/
commit a299483f81f77d00da225149fa8d46da7792fe2e
Author: Mathieu Malaterre <mat...@gm...>
Date: Wed Feb 15 10:59:10 2017 +0100
Try again with python3
diff --git a/.travis.yml b/.travis.yml
index 4413099..dfdd498 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,7 @@ before_install:
# https://docs.travis-ci.com/user/osx-ci-environment/#Environment-variables
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then mv Testing/Data Testing/Data.old; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
- - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install python3-dev ; fi
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install python3 ; fi
# kakadu setup for linux/system:
- if [ "$B_NAME" == "system" ]; then wget http://kakadusoftware.com/wp-content/uploads/2014/06/KDU77_Demo_Apps_for_Linux-x86-64_150710.zip; fi
- if [ "$B_NAME" == "system" ]; then unzip KDU77_Demo_Apps_for_Linux-x86-64_150710.zip; fi
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|