Add basic Travis config.

This commit is contained in:
2013-10-27 17:08:05 +00:00
parent c6c3084c7c
commit 453c1597ae

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
# command to run tests
script: python setup.py test