Skip to content

Commit

Permalink
add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed May 22, 2016
1 parent 7f73e8b commit a8fe11a
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.6"
- "2.7"

# command to install dependencies
install: "pip install -r requirements.txt"

# command to run tests
script: nosetests

0 comments on commit a8fe11a

Please sign in to comment.