From 6598cdc32373260de1262508c81626c5f08b85d3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 Jun 2020 12:42:11 -0500 Subject: [PATCH] Builds artifacts --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 500d811..91c0aff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,15 +20,16 @@ jobs: mkdir -p test-results/ coverage run --source=dj_rest_auth setup.py test coverage report - coverage html name: Test - run: command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls name: Coverage + - run: + - command: python3 setup.py sdist - store_test_results: path: test-results/ - store_artifacts: - path: htmlcov/ + path: dist/ test-django-2: <<: *template environment: