Skip to content

Commit

Permalink
remove the editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Jan 29, 2019
1 parent 2170b6b commit 8da18a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- v2-dependencies-

- run:
name: install dependencies and editable version
name: install dependencies and version
command: |
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -e .
pip install .
- run:
name: check types
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- pip install --upgrade -r requirements-dev.txt
- pip install --upgrade -r requirements.txt
- pip freeze
- pip install -e .
- pip install .
script:
- pytest -v --maxfail=2 bookstore/tests
after_success:
Expand Down

0 comments on commit 8da18a8

Please sign in to comment.