remove python 3.9 beta from travis build matrix
idk why it breaks pillow, and i can't reproduce it outside of travis, so i'm going to assume this is not my bug
This commit is contained in:
parent
5cf0efe05d
commit
d1f02513d6
|
@ -8,7 +8,6 @@ python:
|
|||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9-dev
|
||||
install:
|
||||
- pip install -r requirements.txt -r requirements-dev.txt
|
||||
- nvm install 10
|
||||
|
|
|
@ -19,7 +19,6 @@ Forget is a post deleting service for Twitter and Mastodon. It lives at
|
|||
* Redis
|
||||
* Python 3.6+
|
||||
* Node.js 10+
|
||||
* NPM
|
||||
|
||||
|
||||
### Set up venv
|
||||
|
|
Loading…
Reference in New Issue