Skip to content

Commit 3d6743e

Browse files
committed
Merge branch '2.x'
2 parents 500e732 + 2c7fde1 commit 3d6743e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1935
-1295
lines changed

.codecov.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.coveragerc

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
.DS_Store
22
*.pyc
33
*.pyo
4-
*.egg-info
4+
*.egg-info/
55
dist/
66
build/
7-
docs/_build
7+
docs/_build/
88
.tox/
99
.idea/
10-
.cache/
11-
htmlcov
10+
.pytest_cache/
11+
htmlcov/
1212
.coverage
1313
.coverage.*
14+
.vscode/

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis.yml

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
1-
sudo: false
1+
os: linux
2+
dist: xenial
23
language: python
4+
env: TOXENV=py,codecov
35

46
matrix:
7+
fast_finish: true
58
include:
6-
- python: 3.6
7-
env: TOXENV=py,codecov
8-
- python: 3.5
9-
env: TOXENV=py,codecov
10-
- python: 3.4
11-
env: TOXENV=py,codecov
129
- python: 2.7
13-
env: TOXENV=py,codecov
14-
- python: pypy
15-
env: TOXENV=py,codecov
16-
- python: nightly
17-
env: TOXENV=py,codecov
10+
env: TOXENV=py,py27-lowest,codecov
11+
- python: 3.4
12+
- python: 3.5
1813
- python: 3.6
19-
env: TOXENV=docs_html
14+
env: TOXENV=py,py36-lowest,codecov
15+
- python: 3.7
16+
env: TOXENV=py,py37-lowest,codecov
17+
- python: 3.7
18+
env: TOXENV=docs
19+
- python: nightly
20+
- python: pypy3.5-6.0
21+
allow_failures:
22+
# Why test these at all if they aren't going to fail the build? Answered at:
23+
# https://github.com/pallets/flask-sqlalchemy/issues/689
24+
- python: nightly
25+
- python: pypy3.5-6.0
2026

2127
install:
22-
- pip install tox
28+
- pip install -U tox
2329

2430
script:
25-
- tox
31+
- tox --skip-missing-interpreters false
2632

2733
cache:
28-
- pip
34+
directories:
35+
- $HOME/.cache/pip
36+
- $HOME/.cache/pre-commit
2937

3038
branches:
3139
only:
@@ -34,10 +42,3 @@ branches:
3442

3543
notifications:
3644
email: false
37-
irc:
38-
channels:
39-
- "chat.freenode.net#pocoo"
40-
on_success: change
41-
on_failure: always
42-
use_notice: true
43-
skip_join: true

AUTHORS

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)