Skip to content

Commit f2db2b5

Browse files
author
levi-rs
committed
Use official Python 3.6 for testing
1 parent d3328e6 commit f2db2b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
- '3.3'
99
- '3.4'
1010
- '3.5'
11-
- 3.6.0b1
11+
- '3.6'
1212
- pypy
1313
- pypy3
1414
install:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
skipdist = True
3-
envlist = py{26,27,33,34,35,py,py3},lint
3+
envlist = py{26,27,33,34,35,36,py,py3},lint
44
skip_missing_interpreters=True
55

66
[testenv:lint]

0 commit comments

Comments
 (0)