Skip to content

Commit dc696d6

Browse files
committed
use py3.5 on travis
1 parent a088179 commit dc696d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sudo: false
33
env:
44
matrix:
55
- NUMPY_VERSION="1.8.2"
6-
- NUMPY_VERSION="1.9.1"
6+
- NUMPY_VERSION="1.11.2"
77
python:
88
- 2.6
99
- 2.7
10-
- 3.3
1110
- 3.4
11+
- 3.5
1212
before_install:
1313
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then
1414
pip install unittest2;

0 commit comments

Comments
 (0)