Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #74 from nmearl/master
Browse files Browse the repository at this point in the history
Fix path issue causing errors instead of exceptions
  • Loading branch information
nmearl authored Nov 6, 2017
2 parents d9ceb81 + 0bc7cbc commit 4aea25f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,9 @@ matrix:
# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
- os: linux
env: SETUP_CMD='build_docs -w'
env: SETUP_CMD='build_docs -w' SPHINX_VERSION='<1.6'

# Now try Astropy dev and LTS vesions with the latest 3.x and 2.7.
- os: linux
env: PYTHON_VERSION=2.7 ASTROPY_VERSION=development
EVENT_TYPE='pull_request push cron'
- os: linux
env: ASTROPY_VERSION=development
EVENT_TYPE='pull_request push cron'
Expand Down

0 comments on commit 4aea25f

Please sign in to comment.