1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-08 11:20:07 +02:00

modstool: Add Travis configuration

This commit is contained in:
Gerber, Mike 2019-08-28 16:50:42 +02:00
parent 648c4e3295
commit c855b26cf7

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