Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
update .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Staff committed Jun 7, 2019
1 parent cfae9d2 commit 3317892
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Expand Up @@ -45,15 +45,14 @@ jobs:
steps:
- checkout
- run:
name: install python dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements/dev.txt
name: install python dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements/dev.txt
- run:
name: verify git tag vs. version
command: |
python3 -m venv venv
. venv/bin/activate
python setup.py verify
- run:
Expand Down

0 comments on commit 3317892

Please sign in to comment.