Added unit test.

This commit is contained in:
Antoine Nguyen
2017-10-08 14:38:29 +02:00
parent 19ac9350d7
commit 7dcfc6c128
2 changed files with 48 additions and 0 deletions

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
sudo: false
language: python
cache: pip
python:
- "2.7"
- "3.4"
before_install:
- pip install codecov
script:
- coverage run tests.py
after_success:
- codecov