Skip to content

Commit 33fe3a8

Browse files
committed
Removed old makefile
1 parent 6fb4e67 commit 33fe3a8

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)