waka-readme/.travis.yml
Ashraf Ali 55aaf85a2f
Added Tests (#23)
* Fixed Spelling mistake

* Added UnitTesting

* Removed pycache

* Updated Readme to include testing info

* Added gititnore

* Added Travis for Testing
2020-07-27 21:49:32 +05:30

8 lines
120 B
YAML

language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
script:
- python -m unittest discover