Create .travis.yml

This commit is contained in:
Einar Forselv 2019-12-07 08:43:07 +01:00
parent 5d653c2c3c
commit f988b42881
1 changed files with 17 additions and 0 deletions

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
language: python
sudo: false
matrix:
include:
python: 3.7
dist: bionic
sudo: true
install:
- pip install -U setuptools
- pip install -r src/tests/requirements.txt
- pip install src
script:
- tox