Skip to content

Commit

Permalink
Add pip symlink for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
akatrevorjay committed Jan 28, 2020
1 parent a22e6eb commit db59900
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements/tests.pip
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -29,9 +29,9 @@ passenv = *
usedevelop = true

deps =
test,docs,analysis: -r requirements/tests.txt
test,docs,analysis: -r requirements/tests.pip

test: -r requirements/tests.txt
test: -r requirements/tests.pip
; docs: -r requirements/docs.txt

analysis: flake8 flake8-import-order flake8-mypy
Expand Down

0 comments on commit db59900

Please sign in to comment.