Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@ matrix:
- os: linux
env: NUMPY_VERSION=1.12 ASTROPY_VERSION=1.3

# Now try Astropy dev and LTS vesions with the latest 3.x and 2.7.
# Now try Astropy dev and LTS vesions with the latest Python.
# The dev version only need to be tested on PRs as there are pull
# and cron builds above already.
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=development EVENT_TYPE='pull_request'
- os: linux
env: ASTROPY_VERSION=development EVENT_TYPE='pull_request'

Expand Down