Add .travis.yml for Travis CI

This commit is contained in:
Marc Abramowitz
2014-03-25 08:11:47 -07:00
parent 7f919d7098
commit 1ab8a959a1

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: python
python:
- 2.6
- 2.7
- pypy
install: python setup.py install
before_script: pip install nose
script: nosetests