1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-05-08 12:34:37 +02:00

Travis config: bump python version

This commit is contained in:
David Lynch 2019-10-15 11:17:49 -05:00
parent 7208cfdaaf
commit 5c9fe18157
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
language: python language: python
python: python:
- "3.5" - "3.7"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt

View file

@ -6,7 +6,7 @@ Let's say you want to read some sort of fiction. You're a fan of it, perhaps. Bu
Setup Setup
--- ---
You need Python 3. You need Python 3.6+.
My recommended setup process is: My recommended setup process is: