We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26039a6 commit 00d5488Copy full SHA for 00d5488
.travis.yml
@@ -14,7 +14,6 @@ addons:
14
15
python:
16
- 2.7
17
- - 3.3
18
- 3.4
19
20
env:
@@ -53,6 +52,13 @@ matrix:
53
52
- python: 2.7
54
env: SETUP_CMD='build_sphinx -w'
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
60
+ env: SETUP_CMD='test' NUMPY_VERSION=1.9
61
+
62
# Try Astropy development and LTS version
63
64
env: ASTROPY_VERSION=development SETUP_CMD='test'
0 commit comments