[Mod] make travis happy

This commit is contained in:
nanoric 2019-04-14 06:07:20 -04:00
parent 509cb7c943
commit 9f5c2124b2

View File

@ -19,6 +19,7 @@ script:
matrix: matrix:
include: include:
- name: "code quality analysis: flake8" - name: "code quality analysis: flake8"
services: [] # service is not need
before_install: before_install:
- pip install flake8 - pip install flake8
install: install:
@ -28,6 +29,7 @@ matrix:
- name: "pip install under Windows" - name: "pip install under Windows"
os: "windows" os: "windows"
services: [] # service is unavailable under windows
# language : cpp is necessary for windows # language : cpp is necessary for windows
language: "cpp" language: "cpp"
env: env: