Skip to content

Commit

Permalink
Avoid problems with mixing pip and conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
musically-ut committed Oct 12, 2016
1 parent d5b0295 commit c0c707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -13,7 +13,7 @@ no_targets__:

# install all dependencies (do not forget to create a virtualenv first)
setup:
@pip install -U -e .\[tests\]
@pip install -U -e .\[tests\] --ignore-installed

# test your application (tests in the tests/ directory)
test: unit
Expand Down

0 comments on commit c0c707f

Please sign in to comment.