Skip to content

Commit 028494a

Browse files
committed
Adding tests against LTS astropy
1 parent e3b69e7 commit 028494a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ matrix:
4545
- python: 2.7
4646
env: SETUP_CMD='build_sphinx -w'
4747

48-
# Try Astropy development version
48+
# Try Astropy development and LTS version
4949
- python: 2.7
5050
env: ASTROPY_VERSION=development SETUP_CMD='test'
5151
- python: 3.4
5252
env: ASTROPY_VERSION=development SETUP_CMD='test'
53+
- python: 2.7
54+
env: ASTROPY_VERSION=lts SETUP_CMD='test'
55+
- python: 3.4
56+
env: ASTROPY_VERSION=lts SETUP_CMD='test'
5357

5458
# Try with optional dependencies disabled
5559
- python: 2.7

0 commit comments

Comments
 (0)