Skip to content

Commit 956334b

Browse files
authored
.travis.yml: Use Python version '3.6'
Python 3.6 has been released, and the old Travis CI '3.6-dev' environment can be accessed using '3.6'.
1 parent ee8ce47 commit 956334b

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
@@ -6,7 +6,7 @@ python:
66
- '3.3'
77
- '3.4'
88
- '3.5'
9-
- '3.6-dev'
9+
- '3.6'
1010
env:
1111
- TOXENV=py-test
1212

@@ -46,4 +46,4 @@ deploy:
4646
- <<: *pypi
4747
on:
4848
tags: true
49-
distributions: "bdist_egg"
49+
distributions: "bdist_egg"

0 commit comments

Comments
 (0)