Skip to content

Commit 86d23c4

Browse files
committed
update to py3.6 on Travis
1 parent a6d4a02 commit 86d23c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ language: python
22
matrix:
33
fast_finish: true
44
include:
5-
- python: '3.5'
5+
- python: '3.6'
66
env:
77
- FLAKE8=true
88
os: linux
99
- python: '2.7'
1010
env: $CONDA_VERSION=4.2.x
1111
os: linux
12-
- python: '3.5'
12+
- python: '3.6'
1313
env: $CONDA_VERSION=4.2.x
1414
os: linux
15-
- python: '3.5'
15+
- python: '3.6'
1616
env: $CONDA_VERSION=4.3.x
1717
os: linux
1818

0 commit comments

Comments
 (0)