Skip to content

Commit a08d03b

Browse files
Merge pull request #4 from brandonwillard/use-new-organization
Use new GitHub organization
2 parents 4c1761f + a304748 commit a08d03b

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ script:
1919
- pytest -v tests/ --cov=cons/
2020

2121
after_success:
22-
- pip install coveralls
2322
- coveralls

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://travis-ci.org/brandonwillard/python-cons.svg?branch=master)](https://travis-ci.org/brandonwillard/python-cons) [![Coverage Status](https://coveralls.io/repos/github/brandonwillard/python-cons/badge.svg?branch=master)](https://coveralls.io/github/brandonwillard/python-cons?branch=master) [![PyPI](https://img.shields.io/pypi/v/cons)](https://pypi.org/project/cons/)
1+
[![Build Status](https://travis-ci.org/pythological/python-cons.svg?branch=master)](https://travis-ci.org/pythological/python-cons) [![Coverage Status](https://coveralls.io/repos/github/pythological/python-cons/badge.svg?branch=master)](https://coveralls.io/github/pythological/python-cons?branch=master) [![PyPI](https://img.shields.io/pypi/v/cons)](https://pypi.org/project/cons/)
22

33
Python `cons`
44
==================

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coveralls
12
pydocstyle>=3.0.0
23
pytest>=5.0.0
34
pytest-cov>=2.6.1

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ convention = numpy
88
[tool:pytest]
99
python_files=test*.py
1010
testpaths=tests
11+
12+
[coverage:report]
13+
exclude_lines =
14+
pragma: no cover
15+
16+
raise NotImplementedError

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description=open("README.md").read() if exists("README.md") else "",
1515
long_description_content_type="text/markdown",
1616
license="LGPL-3",
17-
url="https://github.com/brandonwillard/python-cons",
17+
url="https://github.com/pythological/python-cons",
1818
platforms=["any"],
1919
python_requires=">=3.6",
2020
classifiers=[

0 commit comments

Comments
 (0)