Skip to content

Commit

Permalink
Added travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sureiya committed Nov 13, 2013
1 parent 42d3019 commit 1a9efea
Showing 1 changed file with 8 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.7"
# command to install dependencies
install:
- "pip install -r test-requirements.txt"
# command to run tests
script: python runtests.py

0 comments on commit 1a9efea

Please sign in to comment.