Skip to content

Commit

Permalink
slimming down cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Apr 6, 2017
1 parent 64769b6 commit 459e25e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- save_cache:
key: projectname-{{ checksum "requirements.txt" }}
paths:
- /usr/local
- /usr/local/lib/python2.7/site-packages
- /usr/local/lib/python3.6/site-packages

- run: pip2 install -e git+https://github.com/KarrLab/Karr-Lab-build-utils.git#egg=Karr-Lab-build-utils
- run: karr-lab-build-utils-2 run-tests tests --with-xunit --with-coverage
Expand Down

0 comments on commit 459e25e

Please sign in to comment.