From d1f3e996f77e66f8941134f4644076fcac536ee4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 4 Mar 2018 14:32:48 -0500 Subject: [PATCH] both pythons, travis Signed-off-by: Kenneth Reitz --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 44570e2f..f31557cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,9 @@ jobs: include: - stage: integration env: TEST_SUITE='cli' + python: + - "2.7" + - "3.6" stages: - integration