From d1f02513d61065d1afeefd1432cfd2cec57291b5 Mon Sep 17 00:00:00 2001 From: codl Date: Mon, 1 Jun 2020 14:17:32 +0200 Subject: [PATCH] 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 --- .travis.yml | 1 - README.markdown | 1 - 2 files changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5afb956..2e4e6b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.markdown b/README.markdown index 3cc6c31..f6fe9f3 100644 --- a/README.markdown +++ b/README.markdown @@ -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