This repository was archived by the owner on Jun 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Config file for automatic testing at travis-ci.org
21sudo : false
3-
42language : python
5-
63python :
7- - " 3.6"
8- - " 3.5"
9- - " 3.4"
10- - " 2.7"
11- - " pypy"
12-
4+ - ' 3.6'
5+ - ' 3.5'
6+ - ' 3.4'
7+ - ' 2.7'
8+ - pypy
139env :
14- # Lowest supported version
15- - MARSHMALLOW_VERSION="==2.3.0"
16- # Latest release
17- - MARSHMALLOW_VERSION=""
18-
10+ - MARSHMALLOW_VERSION="==2.3.0"
11+ - MARSHMALLOW_VERSION=""
1912install :
20- - travis_retry pip install -U .
21- - travis_retry pip install -U -r dev-requirements.txt
22- - travis_retry pip install -U marshmallow"$MARSHMALLOW_VERSION" --pre
23-
13+ - travis_retry pip install -U .
14+ - travis_retry pip install -U -r dev-requirements.txt
15+ - travis_retry pip install -U marshmallow"$MARSHMALLOW_VERSION" --pre
2416before_script :
25- - flake8 .
26-
17+ - flake8 .
2718script : py.test
19+ deploy :
20+ provider : pypi
21+ user : sloria
22+ password :
23+ secure : XRc9UtQUaE3klaDXhbmz42xYOBXIxybgCuZ4dLi0pnb5kWxMpx/dezKF5Mhky2ikOPn8QKuZnyAYyrxAJd5YgZcqJ3o92SLW5fVlWbRWx7FCv6yRCkB6KacaYreHz/p0yia0/mqB33MJKJLY/q00hy82eXYkfseTkRggOhvgiFXJVD4i+6IcAKpimyoGcrR4DxoixplKDUGdwWahSR82qL3ioYie0alclCbITIz/C8IwMPp3sSdOa9UdF8NW5VXCi0FdBC5R25XY0joDcY+sHNl21iKdAaOGVsHa51xdf59dDPTiAQcD8596Zt7g68dezwdsCe+OAXuId9OA3SiDPwGOBRy2GcIr72dmPOZWAfcMADNXHa5cqQTzZu2Gh9AOKFHj/O7f09ILOlRYkz4hnrndVXL5y5IGIgUUbfUi0nM8K33tsLagV4lfOUiuiiBx2PFCQ8j+1LXHY7vMb81uZVn25wdM46hcfNLckD1dEE19N9OuQPfISXzjy7JFiH4O12LjijhirHbuUbkM5CxKtEFVTgRNq/FySHA/zYwMdo8Jg0wlAwQJbsgnGkbsklqWbZOR5+4ZRj0a5liJ4jTJMMmah7ABwI5uhXDop1bRzxVxxSyqdbTWysVNPwQAMbPjGHEN7Y9R9L7/Gba8qhe4VDWSvFhB7emL4PcAv7ZpFU8=
24+ on :
25+ tags : true
You can’t perform that action at this time.
0 commit comments