some simple tests

This commit is contained in:
Alexander Kukushkin
2015-05-19 12:49:53 +02:00
parent f7b6c8df40
commit ebb8bce0f6
7 changed files with 592 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
install:
- pip install -r requirements.txt
- pip install coveralls
script:
- python setup.py test
after_success:
- coveralls