Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 22, 2020
2 parents e6cefaf + 910e879 commit 7af1932
Show file tree
Hide file tree
Showing 29 changed files with 522 additions and 1,103 deletions.
28 changes: 13 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
*.pyc
*.pyo
/.idea/
/.vscode/
/env/
/venv/
__pycache__/
.*.swp
.idea/
.DS_Store
env/
venv/
src/WTForms.egg-info/
*.pyc
.eggs/
src/wtforms/locale/**/wtforms.mo
build/
dist/
docs/_build
.pytest_cache/
.tox/
*.egg-info/
/build/
/dist/
/.pytest_cache/
/.tox/
.coverage
.coverage.*
htmlcov/
/htmlcov/
/docs/_build/
/src/wtforms/locale/**/wtforms.mo
8 changes: 8 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
sphinx:
builder: dirhtml
22 changes: 9 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ dist: xenial
language: python

python:
- 3.8
- 3.7
- 3.6
- nightly
- '3.8'
- '3.7'
- '3.6'
- pypy3
env: TOXENV=py,coveralls

jobs:
env: TOXENV=py,coverage-ci

matrix:
include:
- python: "3.8"
env: TOXENV=py38,stylecheck,docs-html,coveralls
allow_failures:
- python: nightly
- python: pypy3
fast_finish: true
- env: TOXENV=style
- env: TOXENV=docs

install:
- pip install tox
Expand All @@ -32,7 +28,7 @@ cache:
branches:
only:
- master
- /^.*-maintenance$/
- /^.*\.x$/

notifications:
email: false
9 changes: 0 additions & 9 deletions AUTHORS.rst

This file was deleted.

Loading

0 comments on commit 7af1932

Please sign in to comment.