Skip to content

Commit

Permalink
Add travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjnixon committed Nov 4, 2013
1 parent d03ee38 commit 9adbcf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.6"
- "2.7"
install:
- python setup.py install
- pip install -r requments_dev.txt
script: trial test

0 comments on commit 9adbcf9

Please sign in to comment.