mirror of
https://github.com/kemayo/leech
synced 2025-12-15 21:05:59 +01:00
Travis config: bump python version
This commit is contained in:
parent
7208cfdaaf
commit
5c9fe18157
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.7"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ Let's say you want to read some sort of fiction. You're a fan of it, perhaps. Bu
|
|||
Setup
|
||||
---
|
||||
|
||||
You need Python 3.
|
||||
You need Python 3.6+.
|
||||
|
||||
My recommended setup process is:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue