We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1bb1a commit b7072b5Copy full SHA for b7072b5
.travis.yml
@@ -1,3 +1,4 @@
1
+---
2
language: python
3
cache: pip
4
dist: xenial
@@ -10,12 +11,12 @@ matrix:
10
11
- python: 3.7
12
- python: 3.8-dev
13
env: PYTHON_VER=py38
- allow_failures:
14
+ allow_failures:
15
- env: PYTHON_VER=py38
16
17
install:
- - pip install black
18
- - pip install -e .
+ - pip install black
19
+ - pip install -e .
20
21
script:
- - python setup.py test && find . -type f -name '*.py' | xargs black --check
22
+ - python setup.py test && find . -type f -name '*.py' | xargs black --check
0 commit comments