From 719f3d8ed93783f796a0d9f7c4df25227de65a23 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 30 Apr 2020 16:01:02 -0700 Subject: [PATCH] Install test dependencies, refs #34 --- .circleci/config.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8106e64..4162fef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,8 +44,7 @@ jobs: name: run tests command: | . venv/bin/activate - pip install -e . - pip install pytest + pip install -e .[test] github-to-sqlite --help pytest test-python-install: @@ -73,8 +72,7 @@ jobs: name: run tests command: | . venv/bin/activate - pip install -e . - pip install pytest + pip install -e .[test] github-to-sqlite --help pytest deploy: @@ -89,7 +87,7 @@ jobs: command: | python3 -m venv venv . venv/bin/activate - pip install -e . + pip install -e .[test] - save_cache: key: v1-dependency-cache-{{ checksum "setup.py" }} paths: