From 31e842e20c028028c96f2cf5e6f336984d059e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Elsd=C3=B6rfer?= Date: Fri, 11 Aug 2017 01:02:38 +0100 Subject: [PATCH] Fix CircleCI build. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 56ab1d9..2080ff5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,9 +27,9 @@ jobs: key: v1-dependencies-{{ checksum "requirements.txt" }} # run tests! - - run: pip install py.test - run: name: run tests command: | . venv/bin/activate - py.test tests \ No newline at end of file + pip install pytest + py.test tests