From deea9a2be1b4ed9998b0e81f5fcd548edf5edd65 Mon Sep 17 00:00:00 2001 From: Luca Sbardella Date: Thu, 13 Oct 2016 19:08:41 +0100 Subject: [PATCH] test with 3.6 too --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6663d8c..7d5d6a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: python sudo: false python: - - 3.5.1 + - 3.5.2 + - 3.6-dev install: - pip install -r requirements-dev.txt @@ -12,11 +13,7 @@ install: script: - flake8 - python setup.py test --coverage -q - - if [[ $TRAVIS_PYTHON_VERSION == 3.5.1 ]]; then python setup.py test --coveralls; fi + - if [[ $TRAVIS_PYTHON_VERSION == 3.5.2 ]]; then python setup.py test --coveralls; fi notifications: email: false - -branches: - only: - - master