From 969a8840d11d26fe9674d45d971ff86d7d51198a Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Wed, 21 Mar 2018 10:59:51 +0530 Subject: [PATCH] Test with 3.6 and 3.7-dev as well. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34943179..3c3b89d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,12 @@ +cache: apt +sudo: true language: python +python: + - "3.6" + - "2.7" + - "3.7-dev" matrix: include: - - python: 3.4 env: - NUMPY_SPEC=numpy - SCIPY_SPEC="scipy<0.17" @@ -31,9 +36,6 @@ script: after_success: - if [ "${COVERAGE}" == "yes" ]; then coveralls --config_file .coveragerc; fi -cache: apt - -sudo: false addons: apt: