diff --git a/{{cookiecutter.package_name}}/.travis.yml b/{{cookiecutter.package_name}}/.travis.yml index 20b2e38..00a8f97 100644 --- a/{{cookiecutter.package_name}}/.travis.yml +++ b/{{cookiecutter.package_name}}/.travis.yml @@ -4,16 +4,12 @@ # Using Python for the project language: python python: - # Python 2.6 is obsolete - #- "2.6" # Python 2.7 is set to test the docs in the configuration matrix #- "2.7" - # Python 3.2 is obsolete - #- "3.2" - - "3.3" - "3.4" - # Python 3.5 is set to test and deploy the docs, and to run the coverage report, in the configuration matrix - #- "3.5" + - "3.5" + # Python 3.6 is set to test and deploy the docs, and to run the coverage report, in the configuration matrix + #- "3.6" - "pypy" - "pypy3" matrix: @@ -22,7 +18,7 @@ matrix: - python: "2.7" env: TEST_DOCS=true # Tests and deploys docs, also runs coverage report - - python: "3.5" + - python: "3.6" env: COVERAGE=true TEST_DOCS=true DEPLOY_DOCS=true addons: apt: @@ -51,7 +47,7 @@ script: - ~/.scripts/python/run_tests.sh true $PYTHON_VERSION_TEST # Documentation tests are run - ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs - # Documentation tests are run + # Coverage tests are run - ~/.scripts/python/run_tests.sh $DO_COVERAGE coverage after_success: # Documentation deployment