summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 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