Skip to content

Commit 3de6d53

Browse files
committed
Fixes travis
1 parent 7e3a850 commit 3de6d53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
script: |
1818
set -e
1919
pytest
20-
- name: "run test suite with python 3.7"
20+
- name: "run test suite with python 3.8"
2121
python: 3.8
2222
script: |
2323
set -e

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[isort]
22
include_trailing_comma = true
3-
multi_line_output = 5
3+
multi_line_output = 3
44
wrap_length = 120

0 commit comments

Comments
 (0)