Skip to content

Commit

Permalink
#280 Install requirements for unittesting
Browse files Browse the repository at this point in the history
  • Loading branch information
viliambalaz committed Jun 25, 2020
1 parent e5ecb9d commit 13d60a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
"y" \
"y" \
"y" \
"n" \
"y" \
"localhost:8000" \
"" \
"" \
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ def install_requirements(configure):
],
}[server_mode]
requirements += {
u'Y': [u'-r', u'requirements/tests.txt'],
u'Y': [
u'-r', u'requirements/tests.txt'
u'-r', u'poleno/dummymail/requirements.txt'
],
u'N': [],
}[enable_unittests]
call(u'Installing requirements for the selected server mode:',
Expand Down

0 comments on commit 13d60a7

Please sign in to comment.