Add travis config.

This commit is contained in:
INADA Naoki 2012-11-06 02:10:36 +09:00
parent 1e17642264
commit 2f0078d395

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
- 3.3
install: "pip install cython --use-mirrors"
script: nosetests