Skip to content

Commit

Permalink
Add support for travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 3, 2012
1 parent 0d4a5a3 commit 27e2fe9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.6"
- "2.7"

install: "pip install -r requirements.txt --use-mirrors"

script: "nosetests -w pyjade/testsuite/ -v"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://secure.travis-ci.org/syrusakbary/pyjade.png)](http://travis-ci.org/syrusakbary/pyjade)

PyJade
======

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
django
jinja2
mako
tornado
nose

0 comments on commit 27e2fe9

Please sign in to comment.