Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit a4af89a

Browse files
committed
2 parents e5ccb8e + 34958cc commit a4af89a

File tree

5 files changed

+38
-51
lines changed

5 files changed

+38
-51
lines changed

.travis.yml

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,33 @@
1+
dist: trusty
12
sudo: false
23
language: python
3-
python:
4-
- 2.7
5-
- 3.6
6-
- nightly
4+
5+
jobs:
6+
fast_finish: true
7+
include:
8+
- python: 2.7
9+
- python: &latest_py3 3.6
10+
- python: nightly
11+
- stage: deploy
12+
if: tag IS present
13+
python: *latest_py3
14+
install: skip
15+
script: skip
16+
deploy:
17+
provider: pypi
18+
on:
19+
tags: true
20+
all_branches: true
21+
user: jaraco
22+
password:
23+
secure: lZfYQx0ZrCf2FJ+348etKWfzTySB3BZYGd0ce5RFHN2BppcdkONyJfTs4rgdrFEn/WtOaKV3SkJYR09xvlr+4kbLibg7fXhueqZt0ZkhRBnoDE4SxCjICyFCmisG6O3zkrVosizch70/0MqseNanhgXOPhd5llCfQHIqLsa145BG4hM5kxAHPO3Rz2/HCObOTPe4HKj93RAK7lPIMZVN6omcWoG6ZB0QqK+i3LTUtmJ3gE6q/iHk3VF9cJs8xtn3hdo++Lhrboa2NIqf6fl8oxR1C24Wh8vBQ69uTNjmVnDFYMulTs5475jjgDBXPPgVz3CAqYAy/PI+NPw59ebK8MzlaMRK/h/xSrdhxW6K3WbBL71Dn2UGuejXHFC3IuCI832xwkuEupOcGLWz4r2uBnhbgXF63vZ2gYPqrCGHxvDpbtllTVyEeebP8BnFzZttxSn9rbhTP1O9Dn/9tRko8WskyXIR+/2JOA9KP5uT47yeHoFBBUS0GB1XdkGhBrJfQx2LhfHuI6bpzosMiMfJrVNZEg8k0I9XA0uwxDgZrdqKGMKBR6233MXiJg8NyUPRInCRGth4rufcq6kn+wsT9RvuSt9XOhGiYLwChjvHexUXrLGBgupu0Y80Oqcp3YkDG3WHUX++Z2zJSQovrb4BMdKS6Y4usQ8Df5SklIpMCf0=
24+
distributions: dists
25+
skip_cleanup: true
26+
skip_upload_docs: true
27+
28+
cache: pip
29+
730
install:
8-
- pip install tox "setuptools>=28.2"
9-
script:
10-
- tox
11-
branches:
12-
except:
13-
- skeleton
14-
deploy:
15-
provider: pypi
16-
server: https://upload.pypi.org/legacy/
17-
on:
18-
tags: true
19-
all_branches: true
20-
python: 3.6
21-
user: jaraco
22-
distributions: dists
23-
skip_upload_docs: true
24-
password:
25-
secure: lZfYQx0ZrCf2FJ+348etKWfzTySB3BZYGd0ce5RFHN2BppcdkONyJfTs4rgdrFEn/WtOaKV3SkJYR09xvlr+4kbLibg7fXhueqZt0ZkhRBnoDE4SxCjICyFCmisG6O3zkrVosizch70/0MqseNanhgXOPhd5llCfQHIqLsa145BG4hM5kxAHPO3Rz2/HCObOTPe4HKj93RAK7lPIMZVN6omcWoG6ZB0QqK+i3LTUtmJ3gE6q/iHk3VF9cJs8xtn3hdo++Lhrboa2NIqf6fl8oxR1C24Wh8vBQ69uTNjmVnDFYMulTs5475jjgDBXPPgVz3CAqYAy/PI+NPw59ebK8MzlaMRK/h/xSrdhxW6K3WbBL71Dn2UGuejXHFC3IuCI832xwkuEupOcGLWz4r2uBnhbgXF63vZ2gYPqrCGHxvDpbtllTVyEeebP8BnFzZttxSn9rbhTP1O9Dn/9tRko8WskyXIR+/2JOA9KP5uT47yeHoFBBUS0GB1XdkGhBrJfQx2LhfHuI6bpzosMiMfJrVNZEg8k0I9XA0uwxDgZrdqKGMKBR6233MXiJg8NyUPRInCRGth4rufcq6kn+wsT9RvuSt9XOhGiYLwChjvHexUXrLGBgupu0Y80Oqcp3YkDG3WHUX++Z2zJSQovrb4BMdKS6Y4usQ8Df5SklIpMCf0=
31+
- pip install tox
32+
33+
script: tox

LICENSE

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
The MIT License (MIT)
1+
Copyright Jason R. Coombs
22

3-
Copyright (c) 2011-2016 Jason R. Coombs
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of
6-
this software and associated documentation files (the "Software"), to deal in
7-
the Software without restriction, including without limitation the rights to
8-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9-
of the Software, and to permit persons to whom the Software is furnished to do
10-
so, subject to the following conditions:
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
116

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,12 @@
33

44
.. image:: https://img.shields.io/pypi/pyversions/pytest-runner.svg
55

6-
.. image:: https://img.shields.io/pypi/dm/pytest-runner.svg
7-
86
.. image:: https://img.shields.io/travis/pytest-dev/pytest-runner/master.svg
97
:target: http://travis-ci.org/pytest-dev/pytest-runner
108

119
Setup scripts can use pytest-runner to add setup.py test support for pytest
1210
runner.
1311

14-
15-
License
16-
=======
17-
18-
License is indicated in the project metadata (typically one or more
19-
of the Trove classifiers). For more details, see `this explanation
20-
<https://github.com/jaraco/skeleton/issues/1>`_.
21-
2212
Usage
2313
-----
2414

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
'testing': [
3838
'pytest>=2.8',
3939
'pytest-sugar',
40+
'collective.checkdocs',
4041
'pytest-virtualenv',
4142
],
4243
'testing:python_version=="2.6"': [

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
minversion = 2.4
33

44
[testenv]
5-
commands = py.test {posargs}
5+
commands =
6+
py.test {posargs}
7+
python setup.py checkdocs
68
usedevelop = True
79
extras = testing

0 commit comments

Comments
 (0)