Skip to content

Commit

Permalink
updating test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Nov 8, 2017
1 parent 0667e49 commit c6a9fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ 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'
#- os: linux
# env: SETUP_CMD='build_docs -w'

# Now try Astropy dev with the latest Python and LTS with Python 2.7 and 3.x.
- os: linux
Expand Down
1 change: 0 additions & 1 deletion mrspoc/star.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def plot(self, ax=None, col=True, col_exaggerate=1):
ax : `~matplotlib.pyplot.Axes`
Matplotlib axis object, with the new plot on it.
"""

if ax is None:
ax = plt.gca()

Expand Down

0 comments on commit c6a9fb5

Please sign in to comment.