Added unit test.
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user