1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-30 22:19:57 +02:00

Merge pull request #42 from b2m/test-python-cache-for-travis

Add travis pip caching
This commit is contained in:
Mike Gerber 2020-10-30 12:35:20 +01:00 committed by GitHub
commit a51f0b3dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
dist: xenial # required for Python >= 3.7
language: python
cache: pip
python:
- "3.5"
- "3.6"