Skip to content

Commit

Permalink
Do not install in editable mode when testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
geowurster committed Apr 4, 2019
1 parent f0384fd commit 99f7a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -20,7 +20,7 @@ env:

install:
- pip install coveralls
- pip install -e .\[dev\]
- pip install -e ".[dev]"
- pip install "click==${CLICK_VERSION}"

script:
Expand Down

0 comments on commit 99f7a8f

Please sign in to comment.