Skip to content

Commit

Permalink
Add Travis file, plus requirements for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Apr 9, 2013
1 parent 5bebb6e commit 9fbfe61
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"

before_install:
- git submodule update --init --recursive

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

script:
- nosetests
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nose
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
six

0 comments on commit 9fbfe61

Please sign in to comment.