Skip to content

Commit 13e997f

Browse files
committed
fix test failure in 2.6
1 parent 665f5af commit 13e997f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .moban.d/tests/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
{%block extras %}
33
pyexcel
44
pyexcel-xls
5+
ordereddict;python_version<"2.7"
56
{%endblock%}

Diff for: tests/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage
55
flake8
66
pyexcel
77
pyexcel-xls
8+
ordereddict;python_version<"2.7"

0 commit comments

Comments
 (0)