We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca9b89 commit 91a34acCopy full SHA for 91a34ac
2 files changed
.travis.yml
@@ -5,6 +5,7 @@ python:
5
- "2.7"
6
- "3.5"
7
- "3.6"
8
+ - "3.7"
9
install:
10
- pip install .
11
- pip install flake8
tests/test_mkexcel.py
@@ -55,7 +55,7 @@ def test_dumpcexcel_xls(self):
55
56
def test_dump_csv_with_non_ascii(self):
57
fin = open('./fixture/files/expand.2.json', 'r')
58
- fout = open('./fixture/files/tmp.output.2.csv', 'wb')
+ fout = open('./fixture/files/tmp.output.2.csv', 'w')
59
60
dump_excel(fin, fout, DumpCSV)
61
0 commit comments