Skip to content

Commit

Permalink
Add Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Feb 11, 2014
1 parent d3b7df2 commit 24521b7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
install:
- pip install .
- pip install blockade[test]

script: nosetests

0 comments on commit 24521b7

Please sign in to comment.