From 159679952e2b3a754e0bd15783bfe97bda510d87 Mon Sep 17 00:00:00 2001 From: Marshall Perrin Date: Mon, 4 Apr 2016 17:58:16 -0400 Subject: [PATCH] add python 3.5 to Travis set --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9cc04ba1..cf59c8f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ sudo: false python: - 2.7 # - 3.3 - - 3.4 + - 3.5 # This is just for "egg_info". All other builds are explicitly given in the matrix env: global: @@ -35,9 +35,12 @@ matrix: env: SETUP_CMD='test' - python: 3.4 env: SETUP_CMD='test --coverage' + - python: 3.5 + env: SETUP_CMD='test --coverage' + # Try Astropy development version - - python: 2.7 + - python: 3.5 env: ASTROPY_VERSION=development SETUP_CMD='test' # - python: 3.3 # env: ASTROPY_VERSION=development SETUP_CMD='test'