Remove readme checking

Checking markdown descriptions is not necessary.
See https://github.com/pypa/readme_renderer#markdown
This commit is contained in:
Steven Loria 2018-05-26 17:17:26 -04:00
parent 136850f26d
commit 2f0249efdb
No known key found for this signature in database
GPG Key ID: 631262B829DDB506
3 changed files with 1 additions and 14 deletions

View File

@ -32,11 +32,6 @@ matrix:
- tox --installpkg ./dist/djangorestframework-*.whl - tox --installpkg ./dist/djangorestframework-*.whl
- tox # test sdist - tox # test sdist
- python: "3.6"
env: TOXENV=readme
addons:
apt_packages: pandoc
exclude: exclude:
- { python: "2.7", env: DJANGO=master } - { python: "2.7", env: DJANGO=master }
- { python: "2.7", env: DJANGO=2.0 } - { python: "2.7", env: DJANGO=2.0 }

View File

@ -6,6 +6,3 @@ twine==1.9.1
# Transifex client for managing translation resources. # Transifex client for managing translation resources.
transifex-client==0.11 transifex-client==0.11
# readme_renderer to check readme syntax
readme_renderer

View File

@ -5,7 +5,7 @@ envlist =
{py34,py35,py36}-django20, {py34,py35,py36}-django20,
{py35,py36}-django21 {py35,py36}-django21
{py35,py36}-djangomaster, {py35,py36}-djangomaster,
dist,lint,docs,readme, dist,lint,docs,
[travis:env] [travis:env]
DJANGO = DJANGO =
@ -50,8 +50,3 @@ commands = mkdocs build
deps = deps =
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
-rrequirements/requirements-documentation.txt -rrequirements/requirements-documentation.txt
[testenv:readme]
commands = ./setup.py check -rs
deps =
-rrequirements/requirements-packaging.txt