Skip to content

Commit

Permalink
Merge pull request #69 from softdevteam/travis
Browse files Browse the repository at this point in the history
Add basic travis config
  • Loading branch information
vext01 committed Oct 22, 2015
2 parents d8bbe5d + f2990b8 commit 27d695f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python

python:
- "2.6"
- "2.7"

script: py.test

0 comments on commit 27d695f

Please sign in to comment.