commit 122b479a8ceb8baec32fbf5201e1803fa34112b4 Author: Edmund Wong ewongbb@pw-wspx.org Date: Wed Sep 13 10:50:38 2017 +0800
matrix: not necessary --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml index 1fa63a04..20b5b553 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,10 @@
language: python
-matrix: - include: - - python: "2.7" - - python: "3.5" - - python: "3.6" +python: + - "2.7" + - "3.5" + - "3.6"
env: - TEST_PARAM="--unit"