Skip to content

Commit a158cd3

Browse files
committed
TST: Add numpy 1.7.1 test case for Travis (to test fix of issue #435)
1 parent 81c53ae commit a158cd3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ matrix:
4545
- python: 2.7
4646
env:
4747
- DEPENDS="numpy==1.5.1 pydicom==0.9.7"
48+
# test against numpy 1.7
49+
- python: 2.7
50+
env:
51+
- DEPENDS="numpy==1.7.1"
4852
# pydicom 1.0 (currently unreleased)
4953
- python: 2.7
5054
env:

0 commit comments

Comments
 (0)