1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-27 23:18:38 +02:00

Fix up some CI issues

This commit is contained in:
Daniel Wang
2018-08-07 14:26:39 -07:00
parent 0bce230485
commit d1387b1a43
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
version: 2 version: 2
jobs: jobs:
build: build:
services:
- docker
docker: docker:
- image: circleci/python:2.7-stretch-browsers - image: circleci/python:2.7-stretch-browsers
- image: mysql/mysql-server:5.7 - image: mysql/mysql-server:5.7

View File

@@ -4,7 +4,8 @@ envlist = py27
[flake8] [flake8]
exclude = .tox,./build exclude = .tox,./build
filename = *.py filename = *.py
ignore = E501,E101,E741,W292,E722,E731 ignore = E101,E741,W292,E722,E731
max-line-length = 160
[testenv] [testenv]
deps = deps =