Add Travis CI tests

This commit is contained in:
Xavier Claude 2016-08-07 10:05:29 +02:00
parent ad6320fa4e
commit 8faed36cc7

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
language: python
python:
- "2.6"
- "2.7"
- "pypy"
script: ./test.py