Skip to content
Snippets Groups Projects
Commit f886c1ed authored by Gavin M. Roy's avatar Gavin M. Roy
Browse files

Get rid of the pip cache

parent 0d9da4b6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,8 +7,8 @@ python:
- 3.4
- 3.5
install:
- pip install -r requirements.txt --download-cache $HOME/.pip-cache
- pip install -r test-requirements.txt --download-cache $HOME/.pip-cache
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script: nosetests
after_success:
- codecov
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment