diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | circle.yml | 12 |
3 files changed, 1 insertions, 14 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 @@ -3,7 +3,6 @@ netaddr A network address manipulation library for Python -[](https://circleci.com/gh/drkjam/netaddr) [](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 |
