Skip to content

Commit

Permalink
change travis clone depth (#895)
Browse files Browse the repository at this point in the history
* change travis clone depth
* solution view lint
  • Loading branch information
denniszollo committed Oct 3, 2018
1 parent 128fb65 commit 97078f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,9 @@ sudo: required
python:
- "2.7"

git:
depth: false

cache:
directories:
- $HOME/.cache/pip/
Expand Down
1 change: 1 addition & 0 deletions piksi_tools/console/solution_view.py
Expand Up @@ -435,6 +435,7 @@ def _display_units_changed(self):
self.prev_offsets[index],
maxlen=PLOT_HISTORY_MAX)
self.pending_draw_modes = mode_string_dict.values()

def rescale_for_units_change(self):
# Chaco scales view automatically when 'auto' is stored
if self.prev_extents[0] != 'auto':
Expand Down

0 comments on commit 97078f7

Please sign in to comment.