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