From 79fd8c19e16c72487c165275c9c144684b49f656 Mon Sep 17 00:00:00 2001 From: Michaela Ockova Date: Sat, 8 Feb 2020 19:16:42 +0100 Subject: [PATCH] squash! squash! squash! squash! Instal pre-commit --- .travis.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6dbb7f8..695aaf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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