Skip to content

Commit

Permalink
Add Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilobh Meshram committed May 14, 2016
1 parent f7003ae commit 62b89b8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
# command to install dependencies
install:
- pip install .
- pip install -r requirements.txt
- pip install -r test-requirements.txt
# command to run tests
script: nosetests

0 comments on commit 62b89b8

Please sign in to comment.