Skip to content

Commit

Permalink
Install test dependencies, refs #34
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 30, 2020
1 parent c9f4840 commit 719f3d8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 719f3d8

Please sign in to comment.