Skip to content

Commit 91a34ac

Browse files
committed
fix test
1 parent 5ca9b89 commit 91a34ac

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- "2.7"
66
- "3.5"
77
- "3.6"
8+
- "3.7"
89
install:
910
- pip install .
1011
- pip install flake8

tests/test_mkexcel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_dumpcexcel_xls(self):
5555

5656
def test_dump_csv_with_non_ascii(self):
5757
fin = open('./fixture/files/expand.2.json', 'r')
58-
fout = open('./fixture/files/tmp.output.2.csv', 'wb')
58+
fout = open('./fixture/files/tmp.output.2.csv', 'w')
5959

6060
dump_excel(fin, fout, DumpCSV)
6161

0 commit comments

Comments
 (0)