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

Add travis pip caching
pull/43/head
Mike Gerber 4 years ago committed by GitHub
commit a51f0b3dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save