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

🚧 modstool: Replace Travis with CircleCI

This commit is contained in:
Gerber, Mike 2021-02-10 18:56:01 +01:00
parent 3cf596d5fe
commit c49ac4f6e8

View file

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