Skip to content

Commit a57fc4c

Browse files
authored
Merge branch 'master' into test_pypy3
2 parents b3b8501 + 5009375 commit a57fc4c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,15 @@ matrix:
1111
env:
1212
- TOXENV=py36,report,codecov
1313
- python: '3.7'
14-
dist: xenial
15-
sudo: required
1614
env:
1715
- TOXENV=py37,report,codecov
1816
- python: 'pypy3'
1917
env:
2018
- TOXENV=pypy3,report,codecov
2119
- python: '3.7'
22-
dist: xenial
23-
sudo: required
2420
env:
2521
- TOXENV=doc
2622
- python: '3.7'
27-
dist: xenial
28-
sudo: required
2923
env:
3024
- TOXENV=check
3125
before_install:

src/desert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def schema_class(
4141

4242

4343
def metadata(
44-
field: marshmallow.fields.Field
44+
field: marshmallow.fields.Field,
4545
) -> t.Dict["desert._make._DesertSentinel", t.Dict[t.Any, marshmallow.fields.Field]]:
4646
"""Specify a marshmallow field in the field metadata.
4747

0 commit comments

Comments
 (0)