Skip to content

Commit

Permalink
add python 3.5 to Travis set
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Apr 4, 2016
1 parent b30d164 commit 1596799
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 1596799

Please sign in to comment.