matrix: not necessary

This commit is contained in:
Edmund Wong 2017-09-13 10:50:38 +08:00 committed by Damian Johnson
parent fc3015adcc
commit 122b479a8c

View File

@ -3,11 +3,10 @@
language: python language: python
matrix: python:
include: - "2.7"
- python: "2.7" - "3.5"
- python: "3.5" - "3.6"
- python: "3.6"
env: env:
- TEST_PARAM="--unit" - TEST_PARAM="--unit"