Skip to content

Commit c851b33

Browse files
author
Anand B Pillai
committed
Fix for travis CI tests
1 parent 55302a0 commit c851b33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements-dev.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
# Testing
44
# -------------------------------------------------
55
mock==2.0.0
6-
factory_boy==2.7.0
6+
# Fix for travis CI tests failing
7+
# Ref: https://github.com/FactoryBoy/factory_boy/issues/334#issuecomment-267696136
8+
fake-factory==0.7.4
9+
factory-boy==2.7.0
10+
711
flake8==2.4.1
812
pytest-django==2.9.1
913
pytest-cov==2.2.1

0 commit comments

Comments
 (0)