From 026d75e95b3e6ccdf8b52fcf0b17d7ad2cd9bbd6 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Thu, 11 Oct 2018 21:34:44 +0200 Subject: [PATCH] Changed testing settings Changed testing subreddit to r/Python --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 55d085b..1c07d64 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: name: run tests command: | . venv/bin/activate - python riddle.py surrealmemes + python riddle.py Python - store_artifacts: path: test-reports