Skip to content

Commit 1b38b57

Browse files
committed
Merge branch '229-add-vue-container' of https://github.com/Seluj78/PyMatcha into 229-add-vue-container
2 parents cfb8e47 + 33fe3a8 commit 1b38b57

File tree

2 files changed

+4
-116
lines changed

2 files changed

+4
-116
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ install: pip install -r backend/requirements.txt
1515

1616
jobs:
1717
include:
18-
- stage: build
19-
script: make build
18+
# - stage: build
19+
# script: make build
2020
- stage: lint
21-
script: make lint
21+
script: black --check backend
22+
# script: make lint
2223
# - stage: tests
2324
# before_script:
2425
# - wget https://repo.mysql.com//mysql-apt-config_0.8.14-1_all.deb

Makefile

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)