We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfb8e47 + 33fe3a8 commit 1b38b57Copy full SHA for 1b38b57
.travis.yml
@@ -15,10 +15,11 @@ install: pip install -r backend/requirements.txt
15
16
jobs:
17
include:
18
- - stage: build
19
- script: make build
+# - stage: build
+# script: make build
20
- stage: lint
21
- script: make lint
+ script: black --check backend
22
+# script: make lint
23
# - stage: tests
24
# before_script:
25
# - wget https://repo.mysql.com//mysql-apt-config_0.8.14-1_all.deb
Makefile
0 commit comments