Updated travis to include Python 3.5

This commit is contained in:
Hernan Grecco 2016-02-12 15:19:56 -03:00
parent 0abdddae3b
commit df347e8b3e
1 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
env:
- UNCERTAINTIES="N" NUMPY_VERSION=0
- UNCERTAINTIES="N" NUMPY_VERSION=1.6.2
@ -88,6 +88,10 @@ matrix:
env: UNCERTAINTIES="Y" NUMPY_VERSION=1.6.2
- python: "3.4"
env: UNCERTAINTIES="Y" NUMPY_VERSION=1.7.1
- python: "3.5"
env: UNCERTAINTIES="Y" NUMPY_VERSION=1.6.2
- python: "3.5"
env: UNCERTAINTIES="Y" NUMPY_VERSION=1.7.1
- python: "3.2"
env: UNCERTAINTIES="N" NUMPY_VERSION=1.8.2
- python: "3.2"
@ -98,3 +102,7 @@ matrix:
env: UNCERTAINTIES="N" NUMPY_VERSION=1.6.2
- python: "3.4"
env: UNCERTAINTIES="N" NUMPY_VERSION=1.7.1
- python: "3.5"
env: UNCERTAINTIES="N" NUMPY_VERSION=1.6.2
- python: "3.5"
env: UNCERTAINTIES="N" NUMPY_VERSION=1.7.1