adding a travis-ci configuration

This commit is contained in:
Thomas Waldmann 2013-11-19 06:09:20 +01:00
parent ca43191890
commit 4c4e7aa83a

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
install:
- "pip install ."
script: "py.test"