Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed Nov 8, 2019
1 parent 901cbc2 commit 0d251be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
name: Install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -U pip
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
. $HOME/.poetry/env
source venv/bin/activate
poetry install
- save_cache:
Expand All @@ -34,7 +31,7 @@ jobs:
- run:
name: Run tests
command: |
. venv/bin/activate
source venv/bin/activate
pip install codecov codacy-coverage
coverage run -m doctest -v ecies/utils.py
coverage run -m unittest discover .
Expand Down

0 comments on commit 0d251be

Please sign in to comment.