Skip to content

Commit

Permalink
Add travis CI yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kk7ds committed Nov 17, 2015
1 parent af8842e commit 6071479
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev" # 3.5 development branch
- "nightly" # currently points to 3.6-dev
# command to install dependencies
install: "pip install nose mock"
# command to run tests
script: nosetests

0 comments on commit 6071479

Please sign in to comment.