Skip to content

Commit

Permalink
Adding Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRantil committed Dec 27, 2012
1 parent b0f0a56 commit 329333a
Show file tree
Hide file tree
Showing 2 changed files with 16 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 @@
# Configuration for Travis CI

language: python
python:
- "2.5"
- "2.6"
- "2.7"
# command to install dependencies
install:
- pip install -r test_requirements.txt --use-mirrors
# command to run tests
script:
- python setup.py test -q
3 changes: 3 additions & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Requirements used for testing
mock >= 0.5.0
meld3 >= 0.6.5

0 comments on commit 329333a

Please sign in to comment.