Skip to content

Commit e7cd5df

Browse files
committed
Fix build
1 parent 42ec2d9 commit e7cd5df

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.isort.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[settings]
2-
force_grid_wrap=0
32
force_single_line=True
43
forced_separate=d1_common,d1_client,django,d1_gmn,d1_test
5-
include_trailing_comma=True
6-
line_length=88
4+
# Compatible with Black
75
multi_line_output=3
6+
include_trailing_comma=True
7+
force_grid_wrap=0
88
use_parentheses=True
9+
line_length=88

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dist:
55
sudo:
66
required
77
python:
8-
- 3.6
8+
- "3.6"
99
services:
1010
- postgresql
1111
addons:
@@ -48,10 +48,6 @@ script:
4848
- pytest --cov=. --cov-config .coveragerc --cov-report=term --cov-report=xml -n auto
4949
# --cov-config=tox.ini
5050
# --cov-config=coverage.cfg --cov-report=term --cov-report=xml
51-
# -n auto
5251
after_success:
5352
# Submit results to Coveralls.io.
54-
## Coveralls has a requirement for requests >= 1.0.0, so we install it after
55-
## our packages to prevent it from pulling in the latest version, which is
56-
## likely to conflict with the fixed version our packages pull in.
5753
- coveralls

0 commit comments

Comments
 (0)