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 13d60a7 commit 0d579d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def install_requirements(configure):
}[server_mode]
requirements += {
u'Y': [
u'-r', u'requirements/tests.txt'
u'-r', u'requirements/tests.txt',
u'-r', u'poleno/dummymail/requirements.txt'
],
u'N': [],
Expand Down

0 comments on commit 0d579d5

Please sign in to comment.