Skip to content

Commit

Permalink
Add .travis.yml for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
scls committed May 2, 2015
1 parent 4723b98 commit e066381
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"

# command to install dependencies
install:
- "pip install ."

# command to run tests
script: nosetests

0 comments on commit e066381

Please sign in to comment.