Added travis support

This commit is contained in:
Nathan Adams
2014-09-02 17:24:37 +02:00
parent 6b6a565915
commit 1efb667c9d

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language python
python
- 3.3
- 2.7
- 2.6
install: pip install .
script: nosetests