Skip to content

Commit e14e5bc

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

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
@@ -45,6 +46,7 @@ matrix:
4546
- DOC_DOC_TEST=1
4647
before_install:
4748
- virtualenv --python=python venv
49+
- pip install -U pip # upgrade to latest pip to find 3.5 wheels
4850
- source venv/bin/activate
4951
- python --version # just to check
5052
- pip install nose # always

0 commit comments

Comments
 (0)