Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Commit 427074f

Browse files
committed
Test marshmallow 3.0.0rc6
Exclude testing version 3 with python 2
1 parent 106be08 commit 427074f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ cache: pip
33
branches:
44
only:
55
- master
6-
- /^\d+\.\d+(\.\d+)?$/
6+
- /^v\d+\.\d+(\.\d+)?$/
77

88
python:
99
- "3.6"
1010
- "2.7"
1111

1212
env:
1313
- MARSHMALLOW_VERSION=2.19.2
14-
- MARSHMALLOW_VERSION=3.0.0rc5
14+
- MARSHMALLOW_VERSION=3.0.0rc6
15+
16+
matrix:
17+
exclude:
18+
- python: "2.7"
19+
env: MARSHMALLOW_VERSION=3.0.0rc6
1520

1621
install:
1722
- pip install marshmallow==$MARSHMALLOW_VERSION

0 commit comments

Comments
 (0)