Skip to content

Commit df81734

Browse files
committed
Updating default py version to 3.5 and np to 1.10
1 parent 028494a commit df81734

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ python:
1616
- 2.7
1717
- 3.3
1818
- 3.4
19+
- 3.5
1920

2021
env:
2122
global:
2223
# The following versions are the 'default' for tests, unless
2324
# overidden underneath. They are defined here in order to save having
2425
# to repeat them for all configurations.
2526
- MAIN_CMD='python setup.py'
26-
- NUMPY_VERSION=1.9
27+
- NUMPY_VERSION=1.10
2728
- ASTROPY_VERSION=stable
2829
- CONDA_DEPENDENCIES='requests beautiful-soup matplotlib html5lib'
2930
- PIP_DEPENDENCIES='keyring aplpy pyregion'
@@ -48,24 +49,26 @@ matrix:
4849
# Try Astropy development and LTS version
4950
- python: 2.7
5051
env: ASTROPY_VERSION=development SETUP_CMD='test'
51-
- python: 3.4
52+
- python: 3.5
5253
env: ASTROPY_VERSION=development SETUP_CMD='test'
5354
- python: 2.7
5455
env: ASTROPY_VERSION=lts SETUP_CMD='test'
55-
- python: 3.4
56+
- python: 3.5
5657
env: ASTROPY_VERSION=lts SETUP_CMD='test'
5758

5859
# Try with optional dependencies disabled
5960
- python: 2.7
6061
env: SETUP_CMD='test'
6162
CONDA_DEPENDENCIES='requests beautiful-soup html5lib'
6263
PIP_DEPENDENCIES='keyring'
63-
- python: 3.4
64+
- python: 3.5
6465
env: SETUP_CMD='test'
6566
CONDA_DEPENDENCIES='requests beautiful-soup html5lib'
6667
PIP_DEPENDENCIES='keyring'
6768

6869
# Try older numpy versions
70+
- python: 2.7
71+
env: NUMPY_VERSION=1.9 SETUP_CMD='test'
6972
- python: 2.7
7073
env: NUMPY_VERSION=1.8 SETUP_CMD='test'
7174
- python: 2.7

0 commit comments

Comments
 (0)