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 e3b69e7 commit 028494aCopy full SHA for 028494a
.travis.yml
@@ -45,11 +45,15 @@ matrix:
45
- python: 2.7
46
env: SETUP_CMD='build_sphinx -w'
47
48
- # Try Astropy development version
+ # Try Astropy development and LTS version
49
50
env: ASTROPY_VERSION=development SETUP_CMD='test'
51
- python: 3.4
52
53
+ - python: 2.7
54
+ env: ASTROPY_VERSION=lts SETUP_CMD='test'
55
+ - python: 3.4
56
57
58
# Try with optional dependencies disabled
59
0 commit comments