Skip to content

Commit

Permalink
travis yml and shebang for all_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lad1337 committed Apr 20, 2012
1 parent 1577c39 commit 66970b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- 2.5
- 2.6
- 2.7

# whitelist
branches:
only:
- unittest

before_script: cd ./tests
script: ./all_tests.py
1 change: 1 addition & 0 deletions tests/all_tests.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python
# coding=UTF-8
# Author: Dennis Lutter <[email protected]>
# URL: http://code.google.com/p/sickbeard/
Expand Down

0 comments on commit 66970b6

Please sign in to comment.