diff --git a/circle.yml b/circle.yml index 538f33f..0ce4c58 100644 --- a/circle.yml +++ b/circle.yml @@ -14,9 +14,3 @@ dependencies: test: override: - ./scripts/runtests - -deployment: - production: - branch: master - commands: - - ./scripts/distribute diff --git a/scripts/distribute b/scripts/distribute index d636880..9f996e2 100755 --- a/scripts/distribute +++ b/scripts/distribute @@ -2,8 +2,6 @@ set -eu -[ -z "$CIRCLE_USERNAME" ] && { echo "Must be run on CircleCI."; exit 1;} - echo ">> Building Packages..." python setup.py build sdist diff --git a/scripts/runtests b/scripts/runtests index db10285..3ceb0fd 100755 --- a/scripts/runtests +++ b/scripts/runtests @@ -9,4 +9,5 @@ flake8 django_client_reverse --ignore=E128,E501,E401 coverage html coverage report +python setup.py build sdist python setup.py check