8000 travis: Add Python 3.4 to testing. · nresare/msgpack-python@e9de6b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9de6b7

Browse files
committed
travis: Add Python 3.4 to testing.
1 parent 55eab8b commit e9de6b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: python
22
python:
33
- 2.7
44

5+
before_install:
6+
- sudo apt-get update -qq -y
7+
- sudo apt-get install python3.4
8+
59
install:
610
- pip install tox cython
711
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py32,py33,pypy
2+
envlist = py26,py27,py32,py33,py34,pypy
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)
0