Added travis.yml.
This commit is contained in:
parent
8b2a584b34
commit
1bff390926
|
@ -0,0 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
script: "python setup.py test"
|
Loading…
Reference in New Issue