Skip to content
This repository was archived by the owner on Mar 8, 2018. It is now read-only.

Commit 61f6592

Browse files
committed
Test Python 3.6
1 parent 8a1b880 commit 61f6592

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ matrix:
1010
env: TOXENV=py27
1111
- python: pypy-5.4.1
1212
env: TOXENV=pypy
13-
- python: 3.5
14-
env: TOXENV=py35
13+
- python: 3.6
14+
env: TOXENV=py36
1515
- python: 2.7
1616
env: TOXENV=style
1717
- python: 2.7

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,pypy,py35,style,readme
2+
envlist = py27,pypy,py36,style,readme
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)