Skip to content

Commit

Permalink
Add basic travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Oct 22, 2015
1 parent 9bac121 commit f2990b8
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

1 comment on commit f2990b8

@vext01
Copy link
Member

@vext01 vext01 commented on f2990b8 Oct 22, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we care about python 2.6? I guess it can't hurt.

Never used travis, so if I merge it will be blind ;)

Please sign in to comment.