adding a travis-ci configuration
This commit is contained in:
parent
ca43191890
commit
4c4e7aa83a
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "pypy"
|
||||
install:
|
||||
- "pip install ."
|
||||
script: "py.test"
|
Loading…
x
Reference in New Issue
Block a user