Skip to content

Commit 2e9a49d

Browse files
committed
add .travis.yml
1 parent ece9ef0 commit 2e9a49d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
# command to run tests
6+
script: python test/test_zencoder.py

0 commit comments

Comments
 (0)