Skip to content

Commit

Permalink
updated the CircleCI config file to use Python version 3, in case thi…
Browse files Browse the repository at this point in the history
…s will help get both the 3.6 and 3.7 environments to pass with tox

#53
  • Loading branch information
monocongo committed Jan 29, 2020
1 parent 0865982 commit 649ead3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
# specify the version you desire here
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
- image: circleci/python:3.7
- image: circleci/python:3

working_directory: ~/repo

Expand All @@ -26,9 +26,8 @@ jobs:
- run:
name: install dependencies
command: |
# python3 -m venv venv
# . venv/bin/activate
conda activate
python3 -m venv venv
. venv/bin/activate
pip install -e .
pip install tox
Expand Down

0 comments on commit 649ead3

Please sign in to comment.