Skip to content

Commit 83a258a

Browse files
committed
TST: Travis with pydicom > 0.9.9 git commit
1 parent e8f8d7f commit 83a258a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ matrix:
4040
- python: 2.7
4141
env:
4242
- DEPENDS="numpy==1.5.1 pydicom==0.9.7"
43+
# pydicom 1.0 (currently unreleased)
44+
- python: 2.7
45+
env:
46+
- PYDICOM="v1.0"
4347
# Documentation doctests
4448
- python: 2.7
4549
env:
@@ -56,6 +60,8 @@ before_install:
5660
- if [ "${TRAVIS_PYTHON_VERSION:0:1}" == "2" ]; then
5761
if [ "$PYDICOM" == "1" ]; then
5862
pip install pydicom;
63+
elif [ "$PYDICOM" == "v1.0" ]; then
64+
pip install git+https://github.com/darcymason/pydicom.git@43f278444d5cb2e4648135d3edcd430c363c6975;
5965
fi
6066
fi
6167
- if [ "${COVERAGE}" == "1" ]; then

0 commit comments

Comments
 (0)