summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Stasiak <jakub@stasiak.at>2020-06-14 17:35:50 +0200
committerJakub Stasiak <jakub@stasiak.at>2020-06-14 17:35:50 +0200
commitb337d2b36e0e1404ac1359cdec07ec41b5a7372a (patch)
tree66dade9170179078adf79a03eac7492263145a89
parent98c128b9b25baeedc276b65f707808aba53aa608 (diff)
downloadnetaddr-github-ci.tar.gz
Remove CircleCI artifactsgithub-ci
The CircleCI setup has been abandoned and since we intend to use GitHub Actions anyway there's no need to keep this.
-rw-r--r--Makefile2
-rw-r--r--README.md1
-rw-r--r--circle.yml12
3 files changed, 1 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 2fee338..5bb690a 100644
--- a/Makefile
+++ b/Makefile
@@ -68,4 +68,4 @@ test: clean
test_with_junitxml: clean
@echo 'running test suite with JUnit XML output'
- py.test -vv --junitxml=$$CI_REPORTS/junit.xml $(PWD)/netaddr/tests
+ py.test -vv --junitxml=junit.xml $(PWD)/netaddr/tests
diff --git a/README.md b/README.md
index 6402e56..4c0f327 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@ netaddr
A network address manipulation library for Python
-[![Circle CI](https://circleci.com/gh/drkjam/netaddr.png?style=shield)](https://circleci.com/gh/drkjam/netaddr)
[![Latest Version](https://img.shields.io/pypi/v/netaddr.svg)](https://pypi.python.org/pypi/netaddr)
Provides support for:
diff --git a/circle.yml b/circle.yml
deleted file mode 100644
index a07dd73..0000000
--- a/circle.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-machine:
- python:
- version: 2.7.10
-
-test:
- override:
- - make test_with_junitxml
-
-general:
- branches:
- only:
- - rel-0.7.x