Skip to content

Commit

Permalink
squash! squash! squash! squash! Instal pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyn9191 committed Feb 8, 2020
1 parent 33b4621 commit 79fd8c1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ python:
#stages:
# - name: test

#install: "pip install . pre-commit"

cache:
directories:
- $HOME/.cache/pre-commit
- $HOME/.cache/pip

# python-requires?
install: "pip install . pre-commit"

jobs:
include:
Expand All @@ -35,3 +28,8 @@ before_script: # configure a headless display for testing plot generation
script:
- pre-commit run --all-files
- nosetests .

cache:
directories:
- $HOME/.cache/pre-commit
- $HOME/.cache/pip

0 comments on commit 79fd8c1

Please sign in to comment.