8000 Added Python 3.5 to the build matrix. · sugarguo/msgpack-python@4d9684d · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d9684d

Browse files
author
Omer Katz
committed
Added Python 3.5 to the build matrix.
1 parent 6f38bf7 commit 4d9684d

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
@@ -10,9 +10,9 @@ branches:
1010

1111
env:
1212
- TOXENV=py26-c,py27-c
13-
- TOXENV=py32-c,py33-c,py34-c
13+
- TOXENV=py32-c,py33-c,py34-c,py35-c
1414
- TOXENV=py26-pure,py27-pure
15-
- TOXENV=py32-pure,py33-pure,py34-pure
15+
- TOXENV=py32-pure,py33-pure,py34-pure,py35-pure
1616
- TOXENV=pypy-pure,pypy3-pure
1717

1818
install:

0 commit comments

Comments
 (0)
0