Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
Added travis yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 29, 2013
1 parent 1cc5304 commit 94172bd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
@@ -0,0 +1,24 @@
language: python

python:
- "2.6"
- "2.7"
- "pypy"
- "3.3"

install:
- pip install --upgrade pip
- pip install pytest
- pip install --editable .

script: make test

notifications:
email: false
irc:
channels:
- "chat.freenode.net#pocoo"
on_success: change
on_failure: always
use_notice: true
skip_join: true

0 comments on commit 94172bd

Please sign in to comment.