Skip to content

Commit 96b2bda

Browse files
committed
BF: fix duplicate Python versions for --pre test
I stupidly changed the 2.7 to 3.5 when we were testing 3.5 in the next matrix entry.
1 parent cc5bf29 commit 96b2bda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ matrix:
5454
- python: 3.5
5555
env:
5656
- DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
57-
# test 3.5 against pre-release builds of everything
58-
- python: 3.5
57+
# test 2.7 against pre-release builds of everything
58+
- python: 2.7
5959
env:
6060
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
6161
# test 3.5 against pre-release builds of everything

0 commit comments

Comments
 (0)