diff options
| author | Jakub Stasiak <jakub@stasiak.at> | 2020-06-14 17:35:50 +0200 |
|---|---|---|
| committer | Jakub Stasiak <jakub@stasiak.at> | 2020-06-14 17:35:50 +0200 |
| commit | b337d2b36e0e1404ac1359cdec07ec41b5a7372a (patch) | |
| tree | 66dade9170179078adf79a03eac7492263145a89 /Makefile | |
| parent | 98c128b9b25baeedc276b65f707808aba53aa608 (diff) | |
| download | netaddr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
