Skip to content

Commit ecafcc8

Browse files
committed
add ordereddict as workaround for py26
1 parent 0736d46 commit ecafcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- "3.5"
77
- "3.6"
88
install:
9-
- pip install flake8
9+
- pip install flake8 ordereddict
1010
before_script:
1111
flake8 .
1212
script:

0 commit comments

Comments
 (0)