remove rtd workaround which should have been fixed upstream by now

This commit is contained in:
ziirish 2019-05-03 15:03:06 +02:00
parent a426488c24
commit e4c1474d6f
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@ build:
python: python:
version: 3.7 version: 3.7
install: install:
- requirements: rtd-requirements.txt
- method: pip - method: pip
path: . path: .
extra_requirements: extra_requirements:

View file

@ -1 +0,0 @@
setuptools==40.8.0