Skip to content

Commit 9fdd936

Browse files
author
bjmb
committed
Updated tox.ini and build.yaml for testing with python 3.6
1 parent 89aad9b commit 9fdd936

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ schedules:
77
python:
88
- 2.7
99
- 3.4
10+
- 3.6
11+
1012
os:
1113
- ubuntu/trusty64
1214
cassandra:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,33,34},pypy
2+
envlist = py{27,33,34,36},pypy
33

44
[base]
55
deps = nose

0 commit comments

Comments
 (0)