Skip to content

Commit

Permalink
Merge pull request CellProfiler#61 from iriberri/patch-1
Browse files Browse the repository at this point in the history
Fix caching section for Travis CI
  • Loading branch information
AetherUnbound authored May 11, 2018
2 parents e2a50bf + 65de407 commit 3793871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ addons:
packages:
- libhdf5-serial-dev
- python-pip
cache:
apt: true
directories: $HOME/.cache/pip
dist: trusty
Expand All @@ -21,4 +22,4 @@ notifications:
email: false
python: 2.7
script: pytest
sudo: false
sudo: false

0 comments on commit 3793871

Please sign in to comment.