Skip to content

Commit 23d5da2

Browse files
author
Alex Schworer
committed
Test python 3.3 and pypy
1 parent 6b2f475 commit 23d5da2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.3"
6+
- "pypy"
57
install: pip install -e .
68
# command to run tests
7-
script: python test/test_zencoder.py
9+
script: python test/test_zencoder.py
10+

0 commit comments

Comments
 (0)