Skip to content

Commit

Permalink
Setup travis-ci for the python2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jun 17, 2012
1 parent 478ae7e commit f7b28fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "pypy"
install:
- pip install -r test-requirements.txt --use-mirrors --upgrade
script: nosetests --with-coverage --cover-package=pysrt

4 changes: 4 additions & 0 deletions test-requirements.txt
@@ -0,0 +1,4 @@
argparse
chardet
nose
coverage

0 comments on commit f7b28fd

Please sign in to comment.