Skip to content

Commit

Permalink
Added Travis config yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Digant C Kasundra committed May 8, 2015
1 parent ced8d15 commit 40d90e0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "2.7"

install:
- pip install -r requirements-dev.txt
- pip install .

script: py.test -vv tests/

after_success: curl -X POST http://readthedocs.org/build/hermes

0 comments on commit 40d90e0

Please sign in to comment.