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:
parent
7208cfdaaf
commit
5c9fe18157
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue