1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-07-01 06:29:59 +02:00

dinglehopper: Add Travis configuration

This commit is contained in:
Gerber, Mike 2019-08-15 11:13:29 +02:00
parent 743b5b5acf
commit dd74699bd6

13
.travis.yml Normal file
View file

@ -0,0 +1,13 @@
dist: xenial # required for Python >= 3.7
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
script:
- pytest