TravisCI should now execute the tests

Before writing new tests, this should offer a breakthrough for the easiest-to-test module.
This commit is contained in:
Juergen Edelbluth 2018-08-19 10:53:31 +02:00
parent b2716e8363
commit 6a8ab0ba4c
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: python
python:
- 3.5
- 3.6
- 3.7
virtualenv:
system_site_packages: true
install:
pip install -r src/requirements-test.txt
script:
- cd src
- py.test --cov --cov-report term-missing --cov-config .coveragerc test/