Skip to content

Commit 00d5488

Browse files
committed
Workaround for python 3.3 as np 1.10 is not available for it in conda, and it's not in astropy-ci-extras, either
1 parent 26039a6 commit 00d5488

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ addons:
1414

1515
python:
1616
- 2.7
17-
- 3.3
1817
- 3.4
1918

2019
env:
@@ -53,6 +52,13 @@ matrix:
5352
- python: 2.7
5453
env: SETUP_CMD='build_sphinx -w'
5554

55+
# Python 3.3 doesn't have numpy 1.10 in conda, revoke this commit once
56+
# it's available in the astropy-ci-extras channel
57+
- python: 3.3
58+
env: SETUP_CMD='egg_info'
59+
- python: 3.3
60+
env: SETUP_CMD='test' NUMPY_VERSION=1.9
61+
5662
# Try Astropy development and LTS version
5763
- python: 2.7
5864
env: ASTROPY_VERSION=development SETUP_CMD='test'

0 commit comments

Comments
 (0)