Skip to content

Commit

Permalink
Install package in development mode when installing dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 15, 2018
1 parent b543329 commit 936aeb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ flake8==3.5.0
# Soft deps
IPython<6; python_version < '3'
IPython==6.4.0; python_version >= '3'

# Install this package in development mode
-e '.'

0 comments on commit 936aeb3

Please sign in to comment.