Added testing with pytest and support for travis ci. Also added requirements file.

This commit is contained in:
2017-12-16 15:07:51 +01:00
parent 6b771796e9
commit 739a70a8f8
28 changed files with 77 additions and 0 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: python
python:
- 3.6
install:
- pip install -r requirements.txt
script: pytest