Add .travis.yml

This commit is contained in:
Jason R. Coombs 2015-11-24 20:30:24 -05:00
parent 4c9ff6af8c
commit 97f296d2bf

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
sudo: false
language: python
python:
- 2.7
- 3.4
- 3.5
- pypy
script:
- python setup.py test