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 da87e4f commit 1fece2eCopy full SHA for 1fece2e
.travis.yml
@@ -1,5 +1,4 @@
1
language: python
2
-sudo: required
3
dist: xenial
4
5
python:
@@ -8,18 +7,16 @@ python:
8
7
- "3.5"
9
- "2.7"
10
11
-matrix:
12
- fast_finish: true
13
14
jobs:
15
include:
16
- stage: format-check
17
- python:
18
- - "3.6"
+ python: "3.6"
19
install:
20
- pip install black
21
script:
22
- black --check --diff .
+ fast_finish: true
23
24
# command to install dependencies
25
0 commit comments