Skip to content

Commit 10d75f6

Browse files
Merge pull request #161 from jayvdb/patch-1
.travis.yml: Use Python version '3.6'
2 parents ee8ce47 + 956334b commit 10d75f6

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)