Skip to content

Commit 5c88555

Browse files
committed
TST: enable Python 3.5 tests
1 parent 99f21c7 commit 5c88555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ python:
2626
- 3.2
2727
- 3.3
2828
- 3.4
29+
- 3.5
2930
matrix:
3031
include:
3132
- python: 2.7
@@ -47,6 +48,7 @@ before_install:
4748
- virtualenv --python=python venv
4849
- source venv/bin/activate
4950
- python --version # just to check
51+
- pip install -U pip # upgrade to latest pip to find 3.5 wheels
5052
- pip install nose # always
5153
- pip install --no-index -f http://travis-wheels.scikit-image.org $DEPENDS
5254
# pydicom <= 0.9.8 doesn't install on python 3

0 commit comments

Comments
 (0)